I've noticed that app engine internally uses UTC everywhere. This is OK in general, but I'm wondering how to get the logs (i.e. that you access from the admin panel) in localtime. Is there a timezone that I can associate with my Google account, and have the times automatically converted to localtime? Or is it just displaying the literal time string that the logging module generates (i.e. in which case I'd probably have to change the root logging formatter to format the time in my local timezone)?
Thanks. -- Evan Klitzke <[email protected]> :wq -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
