Back to issue list Export

The timestamp format handling is a bit fast and loose. Currently all timestamps are stored in a GMT time format without timezone information. Additionally the bug interchange import code doesn't parse all the various necessary formats. This needs to be dealt with and normalized. Dates should be shown either adjusted to local time or with timezone information. The bug import code should support all the necessary format options for ISO8601.

travisb 2013-07-11 03:52:25
hash: 849d928af0f2482c16a8b61802bd1604f374cd5808cfe7ef446c6f0c313fd8a9
Date: 2013-07-11 03:52:25
User: travisb

I've straightened out the timezones by storing all timezones in UTC time and then displaying them all in local time.


Tracked by Nitpick