Skip to content

Commit

Permalink
Fix window or no zoneinfo.zip timezone problem (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
lcc3108 authored Nov 20, 2023
1 parent 0f45033 commit 8a3c8f5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ import (

"github.com/grafana/grafana-plugin-sdk-go/backend/datasource"
"github.com/grafana/grafana-plugin-sdk-go/backend/log"

// window timezone issue #101
_ "time/tzdata"
)

func main() {
Expand Down

0 comments on commit 8a3c8f5

Please sign in to comment.