Skip to content

Instantly share code, notes, and snippets.

@chroming
Created January 10, 2017 05:16
Show Gist options
  • Save chroming/66f3b4b66719fd921f9a998e1c8d6706 to your computer and use it in GitHub Desktop.
Save chroming/66f3b4b66719fd921f9a998e1c8d6706 to your computer and use it in GitHub Desktop.
python获取当前日期时间
import datetime
datetime.datetime.now().strftime('%Y_%m_%d_%H_%M_%S')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment