I need timezone specific conditions for a cron, and the server being Google AppEngine, I have no idea where the server will be.
What's the best way to get the timezone?
I need timezone specific conditions for a cron, and the server being Google AppEngine, I have no idea where the server will be.
What's the best way to get the timezone?
According to the App Engine documentation, servers are always set to UTC: http://timezones.appspot.com/ Do you have any indication that this is not correct?
See this answer for more information on finding the timezone on linux systems: How do I find the current system timezone?