Windows XP timezone language issue

MRAB google at mrabarnett.plus.com
Wed Jun 13 17:41:14 EDT 2007


On Jun 13, 7:31 am, Paul Sijben <paul.sij... at xs4all.nl> wrote:
> I ran into an internationalization issue. I need a consistent idea about
> the timezone my application is running on. However when I run the following:
>  >>> import time
>  >>> time.tzname
>
> I get back ('West-Europa (standaardtijd)', 'West-Europa (zomertijd)')
> which is in dutch (the language of the host machine) and verbose.
> I wanted to get ('CEST','CET') or something international so I can work
> with itin the same way on all platforms.
>
> That is the right way to find out the timezone in a consistent way
> across platforms (windows/linux/mac) and languages?
>
Well, time.timezone will return the timezone as an integer.




More information about the Python-list mailing list