From b0cc1ff856aa7fc05280bbdfc235325bde7b55a8 Mon Sep 17 00:00:00 2001 From: tastytea Date: Mon, 9 Aug 2021 12:17:42 +0200 Subject: [PATCH] Set time zone. I always include the time zone in dates, so it should not make a difference. New in hugo 0.87.0. --- config.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.toml b/config.toml index 65665f7..46110df 100644 --- a/config.toml +++ b/config.toml @@ -17,6 +17,8 @@ enableGitInfo = true defaultContentLanguage = "en" defaultContentLanguageInSubdir = false +timeZone = "Europe/Berlin" + [params] subtitle = "A pile of thoughts." description = "A place where I pile up everything that I want to be permanently findable."