Re: Web API : date format change since 1.7

2013-01-23 Thread Robert Munteanu
Hi Christian, I imagined that this would be your response, but I wanted to bring it forward so that others ( and you ) are aware of it. Out of curiosity, will you always send timestamps in UTC ( ending in 'Z' ) or will you use the timezone modifier of the Reviewboard installation, e.g. +01:00 ? R

Re: Web API : date format change since 1.7

2013-01-22 Thread Christian Hammond
Hi Robert, Unfortunately, this is just the reality of the 1.7 release. We moved to a newer version of Django that changes how timestamps are stored. From here on out, they'll never change again, but they will require clients to be flexible in how they handle formatted timestamps if they want to

Re: Web API : date format change since 1.7

2013-01-22 Thread Robert Munteanu
Oops, the issue URL should be https://github.com/rombert/ereviewboard/issues/116 On Tuesday, January 22, 2013 11:15:14 PM UTC+2, Robert Munteanu wrote: > > Hi, > > I am the current maintainer of the Reviewboard integration for Eclipse [1] > . I was notified by several users that the plugin broke

Web API : date format change since 1.7

2013-01-22 Thread Robert Munteanu
Hi, I am the current maintainer of the Reviewboard integration for Eclipse [1] . I was notified by several users that the plugin broke with 1.7, due to date formatting differences [2] . Apparently for 1.6 a formatted date is '2010-08-28 02:26:18.474' while for 1.7 it is '2010-08-28T02:26:18.474