1
0
mirror of https://github.com/mgerb/mywebsite synced 2026-01-14 11:32:48 +00:00

updated for central time zone

This commit is contained in:
2015-12-21 09:39:17 -06:00
parent 3a0e35cce5
commit 0f741192a9
3 changed files with 6 additions and 6 deletions

View File

@@ -32,7 +32,7 @@ router.get('/', function(req, res, next) {
});
router.post('/', function(req, res,next) {
var serverTimeZone = 300;
var serverTimeZone = 360;
var clientTimeZone = req.body.timeZone;
var timeZoneOffset = clientTimeZone - serverTimeZone;