Skip to content

Instantly share code, notes, and snippets.

@heiwa4126
Created December 16, 2019 09:11
Show Gist options
  • Save heiwa4126/e412d5866d23945e2b03c7b4364874b0 to your computer and use it in GitHub Desktop.
Save heiwa4126/e412d5866d23945e2b03c7b4364874b0 to your computer and use it in GitHub Desktop.
タイムベースでファイル名、とかよくあるあれ。`%f` (Microsecond)が思い出せないのでメモ。
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