3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-11 20:55:01 +00:00

Set moment default timezone to UTC

This requires switching to the moment-timezone package.
This is for consistensy with knexfile, which already sets the DB timezone to UTC.
This commit is contained in:
Dragory 2018-07-07 15:39:56 +03:00
parent 30f57dad24
commit 47f124c7d6
4 changed files with 24 additions and 2 deletions

View file

@ -22,13 +22,14 @@
"license": "ISC",
"dependencies": {
"@types/knex": "0.0.64",
"@types/moment-timezone": "^0.5.6",
"@types/node": "^8.0.50",
"dotenv": "^4.0.0",
"eris": "^0.8.6",
"knex": "^0.14.6",
"knub": "^9.4.3",
"mariasql": "^0.2.6",
"moment": "^2.20.1",
"moment-timezone": "^0.5.21",
"ts-node": "^3.3.0",
"typescript": "^2.6.1"
},