2859: Posted/Last updated assumes time zone, reports incorrectly

Scher******@gmai***** (Google Code) (Is this you? Claim this profile.)
Jan. 14, 2013
2728
What version are you running?
1.6.12

What's the URL of the page containing the problem?
<internal, not public>

What steps will reproduce the problem?
1. Set timezone of client to something other than server's timezone
2. Submit a review request
3. The posted time assumes the client's local time is in the same timezone as the servers, showing that the posted time is different than it actually was. The last updated field further reflects this, showing a time differential for posts that were just made equal to the time zone difference.

What is the expected output? What do you see instead?


What operating system are you using? What browser?


Please provide any additional information below.
chipx86
#1 chipx86
There's no real concept of timezones in 1.6.x, due to the lack of it in Django. All times posted are in the single server-configured timezone.

If you upgrade to 1.7, you'll get actual timezone support.
#2 Scher******@gmai***** (Google Code) (Is this you? Claim this profile.)
Okay, great, thanks for the tip!