different time tuple format

wittempj@hotmail.com martin.witte at gmail.com
Tue Jun 7 14:55:07 EDT 2005


http://docs.python.org/lib/module-time.html tells us the last element
is the DST flag, on your computer that applies for localtime(). To get
this with strptime() you have to tweak the %Z formatter - this is
platform specific.




More information about the Python-list mailing list