Skip to content

Instantly share code, notes, and snippets.

@esamattis
Created March 22, 2010 12:08
Show Gist options
  • Select an option

  • Save esamattis/340019 to your computer and use it in GitHub Desktop.

Select an option

Save esamattis/340019 to your computer and use it in GitHub Desktop.
$ python2.6 -c 'import datetime; print datetime.datetime.now().strftime("%f")'
072062
$ python2.5 -c 'import datetime; print datetime.datetime.now().strftime("%f")'
%f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment