Actions
Feature #1127
openOFTime should distinguish between presence and absence of timezone information
Start date:
2024-06-18
Due date:
% Done:
0%
Estimated time:
Module:
ofstd, dcmsr
Operating System:
Compiler:
Description
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 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.
Actions