How can I calculate new time zone in python ?
Posted
by john terry
on Stack Overflow
See other posts from Stack Overflow
or by john terry
Published on 2010-06-13T08:46:16Z
Indexed on
2010/06/13
8:52 UTC
Read the original article
Hit count: 260
Hello,
Lets say I have a time 04:05 and the timezone is -0100 (GMT)
I want to calculate the new time which will be 03:05
Is there any function in python to do that calculcation ?
Thanks
© Stack Overflow or respective owner