reproducible_manpages.diff

Description: Make the manpages reproducible when the timezone changes
Author: Paolo Greppi <paolo.greppi@libpf.com>
This commit is contained in:
su-fang 2023-04-25 16:02:02 +08:00
parent c576b23718
commit b4b2b3fa4d
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
# input used in their production; they are not affected by this license. # input used in their production; they are not affected by this license.
include (${TOP}/cmake/version.cmake) include (${TOP}/cmake/version.cmake)
string(TIMESTAMP DATE "%d-%m-%Y") string(TIMESTAMP DATE "%d-%m-%Y" UTC)
string(TIMESTAMP YEAR "%Y") string(TIMESTAMP YEAR "%Y")
find_package(PythonInterp REQUIRED) find_package(PythonInterp REQUIRED)