Bug #656
Timezone issue
Start date:
01/21/2015
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Description
This bug is related to datetime in xml formatted like the following:
"2012-10-30T09:15:00Z"
notice the Z at the end. The convertor didn't deal with such formats. Currently it should deal with timezone attached to dates correctly.
"2012-10-30T09:15:00Z" vs "2012-10-30T09:15:00"
History
#1 Updated by Robert Weekly over 9 years ago
- Resolution set to Fixed
- Status changed from Resolved to Closed
This bug has been resolved with release candidate #19 (stationxml-converter-1.0.8-rc19.jar)
Additionally, the converter now handles times that are defined with UTC offsets (ie., 2007-09-19T05:00:00+03:00). The UTC offset will be NEGATIVELY applied to the defined time.
In this example, "05:00:00+03:00" will be converted to "02:00:00".
Ticket closed.