Skip to content

Instantly share code, notes, and snippets.

@jadonk
Created June 26, 2014 01:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jadonk/805c3b289d8d425b8393 to your computer and use it in GitHub Desktop.
Save jadonk/805c3b289d8d425b8393 to your computer and use it in GitHub Desktop.
from datetime import datetime
dt = datetime.now()
s = dt.strftime("%A, %d. %B %Y %I:%M%p\n")
f = open('/var/lib/cloud9/date.txt', 'w')
f.write(s)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment