mirror of
https://github.com/KevinMidboe/immich.git
synced 2026-05-07 22:15:41 +00:00
4 lines
60 B
JavaScript
4 lines
60 B
JavaScript
module.exports = async () => {
|
|
process.env.TZ = 'UTC';
|
|
};
|