From b4b2b3fa4d8c8d40becfe2f5d06669d84282c355 Mon Sep 17 00:00:00 2001 From: su-fang Date: Tue, 25 Apr 2023 16:02:02 +0800 Subject: [PATCH] reproducible_manpages.diff Description: Make the manpages reproducible when the timezone changes Author: Paolo Greppi --- doc/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index 75408a5..a305f60 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -12,7 +12,7 @@ # input used in their production; they are not affected by this license. include (${TOP}/cmake/version.cmake) -string(TIMESTAMP DATE "%d-%m-%Y") +string(TIMESTAMP DATE "%d-%m-%Y" UTC) string(TIMESTAMP YEAR "%Y") find_package(PythonInterp REQUIRED)