1
0
Fork 0
mirror of https://github.com/quantum5/qcal.git synced 2025-04-25 02:01:56 -04:00
qcal/common/global-setup.js

4 lines
60 B
JavaScript
Raw Normal View History

2023-04-22 19:02:25 -04:00
module.exports = async () => {
process.env.TZ = 'UTC';
};