From f3acc0a87be4b53e40d21bb4c578f94cffe205c3 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Thu, 11 Feb 2021 10:20:43 +0100 Subject: [PATCH] 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). --- .appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.appveyor.yml b/.appveyor.yml index 2c5061576..3c826f3cc 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -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%