1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

time: fix date parsing tests in winter for regions using DST (#7304)

This commit is contained in:
Uwe Krüger
2020-12-14 05:01:58 +01:00
committed by GitHub
parent b9bf7a6583
commit 591e523cf3
5 changed files with 15 additions and 8 deletions

View File

@@ -103,6 +103,8 @@ jobs:
run: TZ=Etc/GMT-3 ./v test vlib/time/
- name: Test time functions in a timezone UTC+12
run: TZ=Etc/GMT-12 ./v test vlib/time/
- name: Test time functions in a timezone using daylight saving (Europe/Paris)
run: TZ=Europe/Paris ./v test vlib/time/
- name: Test building v tools
run: ./v -silent build-tools
- name: v doctor