mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Fixup
This commit is contained in:
parent
65b2029e95
commit
0e3e526c32
1 changed files with 1 additions and 1 deletions
|
|
@ -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__
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue