<div dir="ltr"><div>I have an RT user account whose date display format is RFC2822, and a ticket whose Starts value is Mon, 15 Dec 2014 18:19:28 +1100.</div><div><br></div><div>As that user, if I go to that ticket's Dates page, copy the Starts value from the brackets into the text field and hit submit, the Starts value rewinds by 11 hours (the GMT offset of the RT installation):</div><div><br></div><div>Starts changed from Mon, 15 Dec 2014 18:19:28 +1100 to Mon, 15 Dec 2014 07:19:28 +1100<br></div><div><br></div><div>In other words, the GMT offset seems to be reversed.  Should this be considered a bug?<br></div><div><br></div><div>I realise that Time::ParseDate is responsible for handling all dates entered into those text fields, but I wonder whether perhaps RT should additionally try to parse any input as if it were in the current display format (or perhaps any of the available display formats) before resorting to Time::ParseDate.</div><div><br></div><div>I'm experiencing this on RT v4.2.7, although the v4.2.8 and v4.2.9 release notes suggest that they'd also exhibit this behaviour.<br></div></div>