mirror of
https://github.com/immich-app/immich.git
synced 2025-12-22 09:15:34 +03:00
Fix timezone mismatch in server tests (#1918)
This commit is contained in:
3
server/libs/domain/test/global-setup.js
Normal file
3
server/libs/domain/test/global-setup.js
Normal file
@@ -0,0 +1,3 @@
|
||||
module.exports = async () => {
|
||||
process.env.TZ = 'UTC';
|
||||
};
|
||||
Reference in New Issue
Block a user