[IronPython] time.strftime have different output in ironpython and python

胡 杨 smppms2002 at yahoo.com.cn
Fri Apr 21 09:13:04 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'
>>>

		
---------------------------------
 雅虎1G免费邮箱百分百防垃圾信
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20060421/cfeeec6f/attachment.html>


More information about the Ironpython-users mailing list