From: Tobias Brunner Date: Thu, 11 Feb 2021 09:20:43 +0000 (+0100) Subject: appveyor: Set timezone on the build system X-Git-Tag: 5.9.2dr2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3acc0a87be4b53e40d21bb4c578f94cffe205c3;p=thirdparty%2Fstrongswan.git 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). --- diff --git a/.appveyor.yml b/.appveyor.yml index 2c5061576e..3c826f3ccf 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%