>>> os.environ['TZ'] = 'Europe/Amsterdam'
>>> time.tzset()
>>> time.localtime()
(2005, 8, 24, 15, 36, 3, 2, 236, 1)
>>> time.tzset()
>>> time.localtime()
(2005, 8, 24, 15, 36, 3, 2, 236, 1)
Bookmarks, rants 'nd scrapnotes. . .
Best viewed in FireFox
<< Home