Message 65067 - Python tracker

Message65067

Author datacompboy
Recipients datacompboy
Date 2008-04-07.06:53:11
SpamBayes Score 0.52988154
Marked as misclassified No
Message-id <1207551193.66.0.586350051723.issue2568@psf.upfronthosting.co.za>
In-reply-to
Content
"%S	Second as a decimal number [00,61].	(2)
(2) The range really is 0 to 61; this accounts for leap seconds and the 
(very rare) double leap seconds."

That is wrong. There NEVER can be two leap seconds in one moment, since UTC 
time keep the difference between UTC and UT1 from exceeding ±0.9 s.

Leap seconds occur only at the end of a UTC month, and have only ever been 
inserted at the end of June 30 or December 31.

So, 61 is wrong, real seconds range from 0 to 60 inclusive.
History
Date User Action Args
2008-04-07 06:53:14datacompboysetspambayes_score: 0.529882 -> 0.52988154
recipients: + datacompboy
2008-04-07 06:53:13datacompboysetspambayes_score: 0.529882 -> 0.529882
messageid: <1207551193.66.0.586350051723.issue2568@psf.upfronthosting.co.za>
2008-04-07 06:53:12datacompboylinkissue2568 messages
2008-04-07 06:53:11datacompboycreate