Skip to content

Instantly share code, notes, and snippets.

@aeg
Last active November 18, 2021 02:16
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 aeg/9c5e99d549d11abffd99363b6514edea to your computer and use it in GitHub Desktop.
Save aeg/9c5e99d549d11abffd99363b6514edea to your computer and use it in GitHub Desktop.
Python で yyymmdd_hhMMss みたいな文字列を作る。
from datetime import datetime
datestr = {0:%Y%m%d_%H%M%S}'.format(datetime.now())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment