Skip to content

Instantly share code, notes, and snippets.

@cocodrips
Created June 18, 2015 03:20
Show Gist options
  • Save cocodrips/96e4dfe8c82b60309a1f to your computer and use it in GitHub Desktop.
Save cocodrips/96e4dfe8c82b60309a1f to your computer and use it in GitHub Desktop.
現在の時間を文字列で
import datetime
datetime.datetime.now().strftime("%Y%m%d_%H%M")
# 2015/1/1 23:45 20150101_2345
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment