Created
June 18, 2015 03:20
-
-
Save cocodrips/96e4dfe8c82b60309a1f to your computer and use it in GitHub Desktop.
現在の時間を文字列で
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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