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.
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.
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.