mirror of
https://github.com/samsonjs/immich.git
synced 2026-03-26 09:25:51 +00:00
3 lines
60 B
JavaScript
3 lines
60 B
JavaScript
module.exports = async () => {
|
|
process.env.TZ = 'UTC';
|
|
};
|