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