mirror of
https://git.vectorsigma.ru/public/immich.git
synced 2026-08-09 13:18:22 +00:00
4 lines
60 B
JavaScript
4 lines
60 B
JavaScript
module.exports = async () => {
|
|
process.env.TZ = 'UTC';
|
|
};
|