time/strptime/mktime/localtime

Michael Ströder michael.stroeder at inka.de
Fri Nov 12 07:43:55 EST 1999


Oleg Broytmann wrote:
> 
> print time.strptime("1999-09-21 21:44:33", "%Y-%m-%d %T")
> 
> Linux:   (1999, 9, 21, 21, 44, 33, 6, 1, 0)
> Solaris: (1999, 9, 21, 21, 44, 33, 6, 1, 0)

A couple of weeks ago I found some oddities with strptime on my
glibc-based Linux system. Someone told me that strptime in glibc is
broken.

Ciao, Michael.




More information about the Python-list mailing list