Actions
Feature #1127
closedOFTime should distinguish between presence and absence of timezone information
Start date:
2024-06-18
Due date:
% Done:
100%
Estimated time:
4:00 h
Module:
ofstd, dcmdata
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 no 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.
Updated by Jörg Riesmeier over 1 year ago
- Related to Patch #895: OFDateTime/OFTime: Support for optional fractional part of a second in setISOFormattedXXX() added
Updated by Jörg Riesmeier over 1 year ago
- Blocks Feature #1128: dcmsr should support the fractional part of a second in its own XML format added
Updated by Jörg Riesmeier 17 days ago
- Status changed from New to Closed
- Target version set to 3.7.1
- % Done changed from 0 to 100
- Estimated time set to 4:00 h
- Module changed from ofstd, dcmsr to ofstd, dcmdata
Closed with commit 435f62430.
Actions