Similar to #1186 last edited -1 year ago by ..., today I noticed that some issues I added with a testing script display in the "age" column as -1 year. A quick look at the code shows that the creation date does not take time zone into consideration (same as the edit time did before the fix for #1186). Likely needs to be converted to UTC too.
patch sent to darcs --betabug, Tue, 27 Feb 2007 10:14:22 +0000 reply
Status: open => closed
Small fix, same code as #1186, we transfer date/time to UTC before storing it, because timezone information will be cut off anyway.