Changing the timezone to conform with the location

This commit is contained in:
Elia el Lazkani 2020-01-27 20:11:01 +01:00 committed by Elia El Lazkani
parent a098670a30
commit fca4c3e66f
No known key found for this signature in database
GPG key ID: FBD81F2B1F488C2B

View file

@ -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.