mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender-pwa.git
synced 2026-01-16 13:42:25 +01:00
4 lines
58 B
TypeScript
4 lines
58 B
TypeScript
export const setup = () => {
|
|
process.env.TZ = "UTC";
|
|
};
|