Re: [IronPython] IronPython strptime for %H

2006-08-24 Thread Dino Viehland
that. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alexey Borzenkov Sent: Wednesday, August 23, 2006 9:26 PM To: Discussion of IronPython Subject: [IronPython] IronPython strptime for %H Hi, # 1.py from System.Threading.Thread import CurrentThread from S

[IronPython] IronPython strptime for %H

2006-08-23 Thread Alexey Borzenkov
Hi, # 1.py from System.Threading.Thread import CurrentThread from System.Globalization import CultureInfo CurrentThread.CurrentCulture = CultureInfo("en-US") import time, datetime d = time.strptime("July 3, 2006 At 0724 GMT", "%B %x, %Y At %H%M GMT") print d # ipy 1.py Traceback (most recent cal