1983: Include the server's time zone in the Web API

robert.********@gmai***** (Google Code) (Is this you? Claim this profile.)
March 21, 2011
What version are you running?

1.5.3.1

Describe the enhancement and the motivation for it.

Dates sent through the Web API do not carry any time zone information and seem to be in the time zone of the server. In order to present the dates in the user's time zone, the server's time zone must be known.

At the time, this information is not present in the Server Info Resource ( http://www.reviewboard.org/docs/manual/1.5/webapi/2.0/resources/server-info/ ) .

Please consider including the server's time zone in the Server Info Resource.

Thank you.
david
#1 david
Fixed in release-1.5.x as 529227b. This will ship in 1.5.5. Thanks!
  • +Fixed
#2 robert.********@gmai***** (Google Code) (Is this you? Claim this profile.)
Thanks!

Are you sure the commit is correct? https://github.com/reviewboard/reviewboard/commit/529227b seems unrelated.
david
#3 david
You're right. I meant https://github.com/reviewboard/reviewboard/commit/171d857102ee6890f90916aa8276b85ad7a80453
#4 robert.********@gmai***** (Google Code) (Is this you? Claim this profile.)
Great, thank you.