Time zones

Timothy Hume t.hume at bom.gov.au
Wed Dec 1 17:01:46 EST 2004


Hi,

I want to ensure that all my time calculations are done in UTC. This is 
easy with Python on UNIX machines. I simply set the TZ environment 
variable to "UTC", and it ensures that the time functions use UTC. 

My question is, how do I get similar functionality using Python on 
Windows?

Thanks,

Tim.



More information about the Python-list mailing list