mirror of
https://github.com/zsa/qmk_firmware.git
synced 2026-01-10 07:33:04 +00:00
[CI] Format code according to conventions (#24100)
This commit is contained in:
@@ -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())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user