1
0
mirror of https://github.com/immich-app/immich.git synced 2024-12-23 02:06:15 +02:00
immich/server/libs/domain/test/global-setup.js
2023-03-16 09:02:40 -05:00

4 lines
60 B
JavaScript

module.exports = async () => {
process.env.TZ = 'UTC';
};