Fixed problem with timezones. Turned out that I forgot to tell what timezone db server do use.

This commit is contained in:
Alexander Andreev 2021-02-10 01:58:04 +04:00
parent 8b3e93d5e0
commit a2feb95904
Signed by: Arav
GPG Key ID: 610DF2574456329F
1 changed files with 2 additions and 1 deletions

View File

@ -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 = {}