We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f940ef0 commit a334b80Copy full SHA for a334b80
CMakeLists.txt
@@ -255,7 +255,7 @@ if(APPLE)
255
configure_file(src/util/apple/Info.plist.in Info.plist @ONLY)
256
endif()
257
258
-string(TIMESTAMP FASTFETCH_BUILD_DATE "%d %B %Y")
+string(TIMESTAMP FASTFETCH_BUILD_DATE "%d %B %Y" UTC)
259
configure_file(doc/fastfetch.1.in fastfetch.1 @ONLY)
260
261
####################
0 commit comments