Changing time zone in appengine admin logs
Is there a way to change the timz zone of the appen开发者_如何学运维gine admin logs? My problem is that when I read the admin log, I always have to compute the time of the error in my local time zone. I'd like the logs to display either my local time or to say "X hours ago".
How can I do?
Thanks.
Have a look to this Greasemonkey extension.
It adjusts Google App Engine's log timezone(PST) to your local timezone
Update: This is now possible by changing the value of "Time Zone" inside the "Jump to date" menu in the Google Cloud Console Logs Viewer.
Not possible yet, there are two features requests about it:
- http://code.google.com/p/googleappengine/issues/detail?id=76
- http://code.google.com/p/googleappengine/issues/detail?id=734
The only work around that I can offer you will be to explicit log your local time.
精彩评论