Skip to content

Instantly share code, notes, and snippets.

@steffex
Created March 25, 2014 09:59
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 steffex/9758417 to your computer and use it in GitHub Desktop.
Save steffex/9758417 to your computer and use it in GitHub Desktop.
from datetime import datetime
d = datetime.strptime("12:40 AM", "%I:%M %p")
print d.strftime("%H:%M")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment