Skip to content

Commit

Permalink
Fixed time zone issue
Browse files Browse the repository at this point in the history
Windows without Go installed could not load time zones
  • Loading branch information
aunefyren committed Jul 27, 2022
1 parent 7f9005c commit 1abb744
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion file_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"github.com/google/uuid"
)

var wrapperr_version_parameter = "v3.0.2"
var wrapperr_version_parameter = "v3.0.3"
var config_path, _ = filepath.Abs("./config/config.json")
var default_config_path, _ = filepath.Abs("./config_default.json")

Expand Down
2 changes: 2 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ import (
"time"

"github.com/gorilla/mux"

_ "time/tzdata"
)

func main() {
Expand Down

0 comments on commit 1abb744

Please sign in to comment.