This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author dimonb
Recipients dimonb
Date 2011-11-16.07:49:23
SpamBayes Score 1.2948434e-05
Marked as misclassified No
Message-id <1321429764.54.0.0162746927464.issue13413@psf.upfronthosting.co.za>
In-reply-to
Content
In Europe/Moscow timezone:
>> import time
>> time.daylight
1
>>> time.timezone
-10800

But if compile and run attached program result would be:
timezone: -14400, daylight: 0

Daylight is not applicable in Europe/Moscow timezone from this winter. But python detect daylight flag as differences between January and July localtime. 

Why not tzset()?
History
Date User Action Args
2011-11-16 07:49:24dimonbsetrecipients: + dimonb
2011-11-16 07:49:24dimonbsetmessageid: <1321429764.54.0.0162746927464.issue13413@psf.upfronthosting.co.za>
2011-11-16 07:49:23dimonblinkissue13413 messages
2011-11-16 07:49:23dimonbcreate