Message9724

Author methane
Recipients methane
Date 2015-03-29.04:28:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427603318.09.0.155434638146.issue2301@psf.upfronthosting.co.za>
In-reply-to
Content
$ ~/local/jython2.7rc1/bin/jython
iJython 2.7rc1 (default:3d8067c56a1d, Mar 24 2015, 16:08:42)
[Java HotSpot(TM) 64-Bit Server VM (Oracle Corporation)] on java1.8.0_05
Type "help", "copyright", "credits" or "license" for more information.
>>> import time
>>> time.strftime('%c')
u'\u65e5 3 29 12:19:08 2015'
>>> print(time.strftime('%c'))
日 3 29 12:19:13 2015
History
Date User Action Args
2015-03-29 04:28:38methanesetmessageid: <1427603318.09.0.155434638146.issue2301@psf.upfronthosting.co.za>
2015-03-29 04:28:38methanesetrecipients: + methane
2015-03-29 04:28:38methanelinkissue2301 messages
2015-03-29 04:28:37methanecreate