1
0
mirror of https://github.com/lana-k/sqliteviz.git synced 2025-12-06 18:18:53 +08:00

fix timezone

This commit is contained in:
lana-k
2021-03-13 18:16:11 +01:00
parent a8e12d64a0
commit 0bf5300c9d

View File

@@ -184,4 +184,6 @@ module.exports = function (config) {
'/js/': '/base/node_modules/sql.js/dist/' '/js/': '/base/node_modules/sql.js/dist/'
} }
}) })
// Fix the timezone
process.env.TZ = 'Europe/Amsterdam'
} }