mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-03 06:28:01 +00:00
4 lines
68 B
TypeScript
4 lines
68 B
TypeScript
export function setup() {
|
|
process.env.TZ = 'Europe/Copenhagen';
|
|
}
|