1
0
Fork 0
forked from github/pelican

All roads lead to Rome

This commit is contained in:
Justin Mayer 2021-10-08 09:00:13 +02:00
commit 9bd54b7b60

View file

@ -17,7 +17,7 @@ try:
import tzlocal
_DEFAULT_TIMEZONE = tzlocal.get_localzone().zone
except ImportError:
_DEFAULT_TIMEZONE = 'Europe/Paris'
_DEFAULT_TIMEZONE = 'Europe/Rome'
from pelican import __version__