1
0

Add workaround for timezones on windows (#151)

Add workaround for timezones on windows

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/151
This commit is contained in:
konrad
2020-03-09 22:41:08 +00:00
parent 7de26a462f
commit 4472020ee9
46 changed files with 1613 additions and 6966 deletions

12
vendor/4d63.com/tz/.travis.yml generated vendored Normal file
View File

@ -0,0 +1,12 @@
language: go
go:
- "1.x"
go_import_path: 4d63.com/tz
script:
- go test -coverprofile=coverage.txt
after_success:
- bash <(curl -s https://codecov.io/bash)