mirror of
https://github.com/immich-app/immich.git
synced 2026-05-18 03:10:24 +03:00
fix: timezone issue in tests (#25937)
* Fixed an issue where time tests fail in some timezones * Revert previous fix and add TZ env variable to fix the issue * Revert other changes and align TZ fix between server and web * Revert package lock file --------- Co-authored-by: Dion de Koning <dion@DionK01.local>
This commit is contained in:
@@ -63,5 +63,8 @@ export default defineConfig({
|
||||
sequence: {
|
||||
hooks: 'list',
|
||||
},
|
||||
env: {
|
||||
TZ: 'UTC',
|
||||
},
|
||||
},
|
||||
} as UserConfig);
|
||||
|
||||
Reference in New Issue
Block a user