parent
0d94abf856
commit
085c90af40
@ -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",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user