CI: Set timezone to Europe/Berlin

Evaluation of the ical data uses the local time when formating the output string as the input data uses UTC.
This commit is contained in:
jtbx (Jannik) 2023-11-04 19:43:29 +00:00
commit f826bcf7fe
2 changed files with 4 additions and 1 deletions

View file

@ -1,3 +1,6 @@
variables:
TZ: Europe/Berlin
stages:
- build
- deploy