Add back timezone when not using utc picker

This commit is contained in:
Daniel Lautzenheiser
2023-04-04 22:22:28 -04:00
parent 7413483266
commit 9e22385e8d
5 changed files with 69 additions and 58 deletions

View File

@ -1,3 +1,3 @@
module.exports = async () => {
process.env.TZ = 'America/New_York';
process.env.TZ = 'US/Hawaii';
};