forked from github/pelican
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
|
||||
_DEFAULT_TIMEZONE = tzlocal.get_localzone().zone
|
||||
except ImportError:
|
||||
_DEFAULT_TIMEZONE = 'Europe/Paris'
|
||||
_DEFAULT_TIMEZONE = 'Europe/Rome'
|
||||
|
||||
from pelican import __version__
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue