Add back timezone when not using utc picker
This commit is contained in:
@ -1,3 +1,3 @@
|
||||
module.exports = async () => {
|
||||
process.env.TZ = 'America/New_York';
|
||||
process.env.TZ = 'US/Hawaii';
|
||||
};
|
||||
|
Reference in New Issue
Block a user