Message6289
{{{
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 |
|
Date |
User |
Action |
Args |
2010-12-20 19:38:02 | pjenvey | set | messageid: <1292873882.09.0.267493066977.issue1689@psf.upfronthosting.co.za> |
2010-12-20 19:38:02 | pjenvey | set | recipients:
+ pjenvey, monojohnny |
2010-12-20 19:38:02 | pjenvey | link | issue1689 messages |
2010-12-20 19:38:01 | pjenvey | create | |
|