mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender-pwa.git
synced 2025-07-16 09:38:51 +02:00
4 lines
58 B
TypeScript
4 lines
58 B
TypeScript
export const setup = () => {
|
|
process.env.TZ = "UTC";
|
|
};
|