From 2ff6707e08bf5baf10f26d585cab7d11304f0f78 Mon Sep 17 00:00:00 2001 From: sylv256 Date: Fri, 28 Jun 2024 03:24:11 -0400 Subject: [PATCH] use UTC timezone --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 978c23a..82d2375 100644 --- a/_config.yml +++ b/_config.yml @@ -25,7 +25,7 @@ description: >- # this means to ignore newlines until "baseurl:" baseurl: "" # the subpath of your site, e.g. /blog url: "https://muonmc.org" # the base hostname & protocol for your site, e.g. http://example.com markdown: kramdown -timezone: America/New_York +timezone: Etc/UTC theme_config: date_format: "%-d %B %Y %H:%M:%S %Z"