[CI] Format code according to conventions (#24100)
This commit is contained in:
parent
063f1444c6
commit
7d94db8661
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