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:
parent
7de26a462f
commit
4472020ee9
46 changed files with 1613 additions and 6966 deletions
5
vendor/4d63.com/tz/tools.go
generated
vendored
Normal file
5
vendor/4d63.com/tz/tools.go
generated
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
// +build tools
|
||||
|
||||
package tz
|
||||
|
||||
import _ "4d63.com/embedfiles"
|
||||
Reference in a new issue