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