Actions
Bug #3360
closedIncorrect parsing of date/time with timezone offset -00:MM
Start date:
2017-07-19
Due date:
% Done:
100%
Estimated time:
Legacy ID:
Applies to branch:
9.7, 9.8
Fix Committed on Branch:
9.7, 9.8
Description
When converting a string to an xs:dateTime, a timezone offset such as -00:30 is mis-parsed as +00:30. Specifically, this applies to any timezone offset that is negative and has an hours component of zero. (For a timezone of -00:00, of course, it makes no difference).
The bug has probably been in the product for ever. It applies only to xs:dateTime, not to other types (such as xs:date and xs:time) that use timezones.
Please register to edit this issue
Actions