1
mirror of https://github.com/DarkFlippers/unleashed-firmware.git synced 2025-12-12 12:42:30 +04:00

Merge branch 'ofw_dev' into nfcrefactoring

This commit is contained in:
MX
2023-11-08 15:14:30 +04:00
6 changed files with 49 additions and 20 deletions

View File

@@ -53,7 +53,7 @@ class GitVersion:
)
else:
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",
)