build(cmake): use UTC time in AppStream metadata

This commit is contained in:
Oleg Shparber
2026-03-29 04:30:31 +03:00
parent b68a2ee173
commit 5b65e9b88d
+1
View File
@@ -25,6 +25,7 @@ if(UNIX AND NOT APPLE)
if(NOT ZEAL_RELEASE_BUILD)
string(TIMESTAMP ZEAL_APPSTREAM_DEV_RELEASE
"\n <release date=\"%Y-%m-%d\" version=\"${ZEAL_VERSION_FULL}\" type=\"development\" />"
UTC
)
endif()