Changed datetime setter to use utils.timezone instead of naive datetime stamps, as per #728.
This commit is contained in:
parent
b0c71ee924
commit
3ebc55da82
7 changed files with 20 additions and 14 deletions
|
|
@ -119,6 +119,8 @@ CYCLE_LOGFILES = True
|
|||
# Local time zone for this installation. All choices can be found here:
|
||||
# http://www.postgresql.org/docs/8.0/interactive/datetime-keywords.html#DATETIME-TIMEZONE-SET-TABLE
|
||||
TIME_ZONE = 'UTC'
|
||||
# Activate time zone in datetimes
|
||||
USE_TZ = True
|
||||
# Authentication backends. This is the code used to authenticate a user.
|
||||
AUTHENTICATION_BACKENDS = (
|
||||
'evennia.web.utils.backends.CaseInsensitiveModelBackend',)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue