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 rhettinger
Recipients anacrolix, neologix, pitrou, python-dev, rhettinger, tasslehoff, vstinner
Date 2012-04-08.00:48:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1333846137.68.0.680728433898.issue14222@psf.upfronthosting.co.za>
In-reply-to
Content
[Victor]
> The duration of a timeout of N seconds should be N seconds even 
> if the system clock is updated (e.g. a daylight saving time 
> (DST) change).

IIRC, time.time() is not a local time and it is unaffected by a DST change.
History
Date User Action Args
2012-04-08 00:48:57rhettingersetrecipients: + rhettinger, pitrou, vstinner, anacrolix, neologix, python-dev, tasslehoff
2012-04-08 00:48:57rhettingersetmessageid: <1333846137.68.0.680728433898.issue14222@psf.upfronthosting.co.za>
2012-04-08 00:48:57rhettingerlinkissue14222 messages
2012-04-08 00:48:57rhettingercreate