Skip to content

Commit

Permalink
[release] oof
Browse files Browse the repository at this point in the history
  • Loading branch information
StarNumber12046 committed Jan 26, 2022
1 parent 5d74ab2 commit d50f6a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions date.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
import time
print(time.ctime())
import datetime
print(datetime.datetime.now().strftime("%Y%m%d%%H%M%S"))

0 comments on commit d50f6a4

Please sign in to comment.