Skip to content

Commit

Permalink
import time/tzdata to include tzinfo in a application.
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiwara committed Oct 13, 2020
1 parent 1b1908d commit b72fd3e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ jobs:
strategy:
matrix:
go:
- 1.14
- 1.15
name: Build
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions cmd/sqsjfr/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import (
"os/signal"
"strings"
"syscall"
_ "time/tzdata"

"github.com/hashicorp/logutils"
"github.com/kayac/sqsjfr"
Expand Down

0 comments on commit b72fd3e

Please sign in to comment.