[EMAIL PROTECTED] 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

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to