mirror of
https://github.com/quantum5/qcal.git
synced 2025-04-24 09:41:57 -04:00
4 lines
60 B
JavaScript
4 lines
60 B
JavaScript
|
module.exports = async () => {
|
||
|
process.env.TZ = 'UTC';
|
||
|
};
|