[IronPython] time.strftime have different output in Ironpython and Python

opin2 hu opindd at hotmail.com
Fri Apr 21 09:02:42 CEST 2006


IronPython 1.0.60420 (Beta) on .NET 2.0.50727.42
Copyright (c) Microsoft Corporation. All rights reserved.
>>> import time
>>> time.strftime("%x %X", time.localtime() )
u'21 \u4e0b'
>>>

ActivePython 2.3.5 Build 236 (ActiveState Corp.) based on
Python 2.3.5 (#62, Feb  9 2005, 16:17:08) [MSC v.1200 32 bit (Intel)] on 
win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import time
>>> time.strftime("%x %X", time.localtime() )
'04/21/06 14:30:46'
>>>

_________________________________________________________________
享用世界上最大的电子邮件系统― MSN Hotmail。  http://www.hotmail.com  




More information about the Ironpython-users mailing list