A blog about things I do: Debian, Linux, Python, whatever
Errrrr......>>> datetime.datetime.now().strftime(u'%s')'1293705254'?
>>> import datetime>>> datetime.datetime.now().strftime(u'%s')'%s'or in other words, "%s" is not nearly universally supported. The example above was on OpenSolaris.
Post a Comment
2 comments:
Errrrr......
>>> datetime.datetime.now().strftime(u'%s')
'1293705254'
?
>>> import datetime
>>> datetime.datetime.now().strftime(u'%s')
'%s'
or in other words, "%s" is not nearly universally supported. The example above was on OpenSolaris.
Post a Comment