mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
All roads lead to Rome
This commit is contained in:
parent
eab67f7634
commit
9bd54b7b60
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ try:
|
||||||
import tzlocal
|
import tzlocal
|
||||||
_DEFAULT_TIMEZONE = tzlocal.get_localzone().zone
|
_DEFAULT_TIMEZONE = tzlocal.get_localzone().zone
|
||||||
except ImportError:
|
except ImportError:
|
||||||
_DEFAULT_TIMEZONE = 'Europe/Paris'
|
_DEFAULT_TIMEZONE = 'Europe/Rome'
|
||||||
|
|
||||||
from pelican import __version__
|
from pelican import __version__
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue