Timezones in python

Christian Heimes lists at cheimes.de
Wed Dec 5 04:01:19 EST 2007


lukasz.f24 at gmail.com wrote:
> Is there any build in solution in python to handle timezones? My
> problem is I have to convert +4 time to +0. In the worst case i can
> just add +4 to the houer but I'm not very happy about that. Another
> problem is the summer/winter timechange which happen with one week
> difference. I am looking for something what can convert different
> timezone to localtime.

http://pytz.sourceforge.net/
http://labix.org/python-dateutil

Christian




More information about the Python-list mailing list