[google-appengine] Re: server time zone: datetime.utcnow() or now()?

2008-09-02 Thread Waldemar Kornewald
Hi Ryan, On 2 Sep., 00:44, ryan [EMAIL PROTECTED] wrote: hi waldemar! as mentioned in the docs, both the SDK and the production environment always use UTC: Thanks! I've read that part in the documentation, but didn't understand it. For example, it says: If the datetime value has a tzinfo

[google-appengine] Re: server time zone: datetime.utcnow() or now()?

2008-09-01 Thread ryan
hi waldemar! as mentioned in the docs, both the SDK and the production environment always use UTC: http://code.google.com/appengine/docs/datastore/typesandpropertyclasses.html#DateTimeProperty see http://timezones.appspot.com/ for details on handling time zones.