mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
Fix timezone mismatch in server tests (#1918)
This commit is contained in:
parent
87d84b922f
commit
82e8cd0f8d
3 changed files with 11 additions and 1 deletions
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';
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue