1
0
Fork 0
mirror of https://github.com/tuxedocomputers/tuxedo-touchpad-switch.git synced 2025-01-18 11:41:10 +01:00

Make dev build timestamp utc

This commit is contained in:
Werner Sembach 2021-02-01 16:48:04 +01:00
parent 6ae444aa1d
commit 739f14f17b

View file

@ -130,7 +130,7 @@ function( version_from_git )
# Timestamp
if( DEFINED ARG_TIMESTAMP )
string( TIMESTAMP timestamp "${ARG_TIMESTAMP}" ${ARG_UTC} )
string( TIMESTAMP timestamp "${ARG_TIMESTAMP}" UTC )
list( APPEND metadata "${timestamp}" )
endif( DEFINED ARG_TIMESTAMP )