Message6289

Author pjenvey
Recipients monojohnny, pjenvey
Date 2010-12-20.19:38:01
SpamBayes Score 1.915637e-05
Marked as misclassified No
Message-id <1292873882.09.0.267493066977.issue1689@psf.upfronthosting.co.za>
In-reply-to
Content
{{{
Python 2.5.4 (r254:67916, Feb 11 2010, 00:50:55) 
[GCC 4.2.1 (Apple Inc. build 5646)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> from datetime import datetime
>>> dt=datetime.now() 
>>> dt.strftime('%f')
'f'
}}}


%f must have only been added in 2.6
History
Date User Action Args
2010-12-20 19:38:02pjenveysetmessageid: <1292873882.09.0.267493066977.issue1689@psf.upfronthosting.co.za>
2010-12-20 19:38:02pjenveysetrecipients: + pjenvey, monojohnny
2010-12-20 19:38:02pjenveylinkissue1689 messages
2010-12-20 19:38:01pjenveycreate