4 lines
73 B
JavaScript
4 lines
73 B
JavaScript
|
module.exports = async () => {
|
||
|
process.env.TZ = 'America/New_York';
|
||
|
};
|