mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-12 20:49:49 +04:00
@@ -46,7 +46,7 @@ class GitVersion:
|
|||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
commit_date = datetime.strptime(
|
commit_date = datetime.strptime(
|
||||||
self._exec_git("log -1 --format=%cd").strip(),
|
self._exec_git("log -1 --format=%cd --date=default").strip(),
|
||||||
"%a %b %d %H:%M:%S %Y %z",
|
"%a %b %d %H:%M:%S %Y %z",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user