mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-05-07 19:23:46 +03:00
Removed %z and use UTC instead
This commit is contained in:
parent
3369296a02
commit
a3d76e11a1
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ execute_process(
|
||||||
string(TIMESTAMP GIT_REVISION_DATE_TIME UTC)
|
string(TIMESTAMP GIT_REVISION_DATE_TIME UTC)
|
||||||
|
|
||||||
set(GIT_REVISION_DATE ${GIT_REVISION_DATE_TIME})
|
set(GIT_REVISION_DATE ${GIT_REVISION_DATE_TIME})
|
||||||
string(TIMESTAMP GIT_REVISION_DATE "%b %d %Y UTC%z" UTC)
|
string(TIMESTAMP GIT_REVISION_DATE "%b %d %Y UTC" UTC)
|
||||||
|
|
||||||
if(NOT GIT_REVISION_BUILD_NUMBER)
|
if(NOT GIT_REVISION_BUILD_NUMBER)
|
||||||
set(GIT_REVISION_BUILD_NUMBER 0)
|
set(GIT_REVISION_BUILD_NUMBER 0)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue