From fca4c3e66f086ede0b4c6f8e25637357eeeea0e6 Mon Sep 17 00:00:00 2001 From: Elia el Lazkani Date: Mon, 27 Jan 2020 20:11:01 +0100 Subject: [PATCH] Changing the timezone to conform with the location --- conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.py b/conf.py index 3ed45c8..3d868a1 100644 --- a/conf.py +++ b/conf.py @@ -247,7 +247,7 @@ PAGES = ( # (e.g. 'Europe/Zurich') # Also, if you want to use a different time zone in some of your posts, # you can use the ISO 8601/RFC 3339 format (ex. 2012-03-30T23:00:00+02:00) -TIMEZONE = "America/New_York" +TIMEZONE = "Europe/Amsterdam" # If you want to use ISO 8601 (also valid RFC 3339) throughout Nikola # (especially in new_post), set this to True.