Skip to content

Commit a334b80

Browse files
authored
CMake: Use Coordinated Universal Time rather than timezone-varying local date (fastfetch-cli#1046)
1 parent f940ef0 commit a334b80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ if(APPLE)
255255
configure_file(src/util/apple/Info.plist.in Info.plist @ONLY)
256256
endif()
257257

258-
string(TIMESTAMP FASTFETCH_BUILD_DATE "%d %B %Y")
258+
string(TIMESTAMP FASTFETCH_BUILD_DATE "%d %B %Y" UTC)
259259
configure_file(doc/fastfetch.1.in fastfetch.1 @ONLY)
260260

261261
####################

0 commit comments

Comments
 (0)