Feature #1127
Updated by Jörg Riesmeier about 1 year ago
Currently, OFTime does not know whether timezone information is available or not, since internally the value "0" is used for both for UTC and unknown/absent timezone information. This should be changed, e.g. by using "NaN" if not timezone information is available. changed. This feature is e.g. needed for method DSRDateTimeTreeNode::getValueFromXMLNodeContent). This feature also has an impact on OFDateTime, DcmTime and DcmDateTime.