This commit is contained in:
Justin Mayer 2023-08-08 09:14:33 +02:00
commit 0e3e526c32

View file

@ -24,7 +24,7 @@ try:
else:
_DEFAULT_TIMEZONE = tzlocal.get_localzone_name()
except ModuleNotFoundError:
_DEFAULT_TIMEZONE = 'Europe/Rome'
_DEFAULT_TIMEZONE = "Europe/Rome"
from pelican import __version__