On 2010-07-20, Rami Chowdhury wrote:
> If you have a sufficiently recent version of Python, have you
>considered time.strptime:
>http://docs.python.org/library/time.html#time.strptime ?
Given the documentation talks about "double leap seconds" which don't
exist, why should this code be trusted?
On 2010-07-21, Chris Rebert wrote:
> On Tue, Jul 20, 2010 at 6:31 PM, Greg Hennessy wrote:
>> Given the documentation talks about "double leap seconds" which don't
>> exist, why should this code be trusted?
>
> Because they exist(ed) in POSIX.
Why should PO