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.