Fixed problem with timezones. Turned out that I forgot to tell what timezone db server do use.
This commit is contained in:
parent
8b3e93d5e0
commit
a2feb95904
@ -8,7 +8,8 @@ exports.dwelling.database = {
|
||||
host: "192.168.0.1",
|
||||
database: "db",
|
||||
user: "user",
|
||||
password: "password" };
|
||||
password: "password",
|
||||
timezone: "Z" };
|
||||
|
||||
exports.dwelling.guestbook = {}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user