Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
commit
f922ed4283
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ from time import gmtime, strftime
|
|||
|
||||
DATETIME_FORMAT = '%Y-%m-%d %H:%M:%S %Z'
|
||||
|
||||
|
||||
def current_datetime():
|
||||
return strftime(DATETIME_FORMAT, gmtime())
|
||||
|
||||
|
|
Loading…
Reference in a new issue