Changing the timezone to conform with the location
This commit is contained in:
parent
a098670a30
commit
fca4c3e66f
1 changed files with 1 additions and 1 deletions
2
conf.py
2
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.
|
||||
|
|
Reference in a new issue