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:
@@ -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'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user