Skip to content

Commit 1de4c16

Browse files
authored
Merge pull request #35865 from sftim/20220811_times_in_utc
Build (and publish) website using UTC timezone
2 parents b805720 + 7958594 commit 1de4c16

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

hugo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ theme = ["docsy"]
88
contentDir = "content/en"
99
defaultContentLanguage = "en"
1010
defaultContentLanguageInSubdir = false
11+
12+
# Adopt a global timezone
13+
timeZone = "UTC"
14+
1115
enableRobotsTXT = true
1216
disableBrowserError = true
1317

0 commit comments

Comments
 (0)