Removed %z and use UTC instead

This commit is contained in:
OM 2023-06-20 19:34:16 +02:00
parent 3369296a02
commit a3d76e11a1

View file

@ -27,7 +27,7 @@ execute_process(
string(TIMESTAMP GIT_REVISION_DATE_TIME UTC)
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)
set(GIT_REVISION_BUILD_NUMBER 0)