appveyor: Set timezone on the build system

For some reason, setting the time zone via TZ to `GST-1GDT` in the utils test
doesn't work anymore (the DST zone is not considered, it's as if only `GST-1`
was configured).
This commit is contained in:
Tobias Brunner 2021-02-11 10:20:43 +01:00
parent 8ff8b85ce6
commit f3acc0a87b
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ environment:
# bits: 32
install:
- tzutil /s "Central European Standard Time"
- set MSYS_SH=C:\msys%BITS%\usr\bin\sh.exe
- set MSYSTEM=MINGW%BITS%
- set TEST=win%BITS%