Created
December 16, 2019 09:11
-
-
Save heiwa4126/e412d5866d23945e2b03c7b4364874b0 to your computer and use it in GitHub Desktop.
タイムベースでファイル名、とかよくあるあれ。`%f` (Microsecond)が思い出せないのでメモ。
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
from datetime import timezone, datetime | |
print(datetime.now(timezone.utc).strftime("%Y%m%d%H%M%S%f")) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment