CMake: Use Coordinated Universal Time rather than timezone-varying local date (#1046)

This commit is contained in:
Jack Nolddor
2024-06-26 15:08:47 +02:00
committed by GitHub
parent f940ef0592
commit a334b805fd
+1 -1
View File
@@ -255,7 +255,7 @@ if(APPLE)
configure_file(src/util/apple/Info.plist.in Info.plist @ONLY)
endif()
string(TIMESTAMP FASTFETCH_BUILD_DATE "%d %B %Y")
string(TIMESTAMP FASTFETCH_BUILD_DATE "%d %B %Y" UTC)
configure_file(doc/fastfetch.1.in fastfetch.1 @ONLY)
####################