Created
January 10, 2017 05:16
-
-
Save chroming/66f3b4b66719fd921f9a998e1c8d6706 to your computer and use it in GitHub Desktop.
python获取当前日期时间
This file contains 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_%S') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment