Re: time.strptime() and time.strftime() reciprocity

2009-02-16 Thread Denis Kasak
On Mon, Feb 16, 2009 at 11:57 PM, Greg Krohn wrote: > ActivePython 2.6.1.1 (ActiveState Software Inc.) based on > Python 2.6.1 (r261:67515, Dec 5 2008, 13:58:38) [MSC v.1500 32 bit (Intel)] > on > win32 > Type "help", "copyright", "credits" or "license" for more information. import time >

time.strptime() and time.strftime() reciprocity

2009-02-16 Thread Greg Krohn
[Apologies for the use of "reciprocity" in the subject - it's a little pompous, I know, but it fits so well. :)] Hello c.l.python! I'm trying to parse some dates of the form "01/29/09 12:55 PM" from a CSV file, but I'm having trouble with the format string in time.strptime() . In testing this