Skip to content

Commit

Permalink
feat(build): binary built-in timezone data (#2697)
Browse files Browse the repository at this point in the history
- avoid relying on OS timezone data, especially if it does not exist
  • Loading branch information
qdm12 committed Jul 26, 2022
1 parent abd161b commit fdd5bda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/gossamer/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import (
"errors"
"fmt"
"os"
_ "time/tzdata"

"github.com/ChainSafe/gossamer/dot"
"github.com/ChainSafe/gossamer/dot/state"
Expand Down

0 comments on commit fdd5bda

Please sign in to comment.