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.

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to