From f4121b5fb77c83cc04e53daff9f340d6f94cca4625f0f4f2c169fb86f439c7a4 Mon Sep 17 00:00:00 2001 From: Nicholas Johnson Date: Thu, 7 Nov 2024 00:00:00 +0000 Subject: Parse dates without time zone offsets as UTC Early entries are missing time zone offsets. They're implicitly treated as UTC. This just makes that behavior more explicit. --- config/_default/hugo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml index bdf46e4..438f694 100644 --- a/config/_default/hugo.toml +++ b/config/_default/hugo.toml @@ -9,6 +9,7 @@ enableEmoji = true cleanDestinationDir = true ignoreFiles = ['templates/logo\.txt$'] disableHugoGeneratorInject = true +timeZone = "UTC" [permalinks] entry = "/:year/:month/:day/:filename" -- cgit v1.2.3