From 69f234d5b3fc5f4f8302f2770364031ed194dae4 Mon Sep 17 00:00:00 2001 From: Quentin McGaw Date: Mon, 25 Jul 2022 17:54:39 +0000 Subject: [PATCH] feat(build): binary built-in timezone data - avoid relying on OS timezone data, especially if it does not exist --- cmd/gossamer/main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/gossamer/main.go b/cmd/gossamer/main.go index 87ece94ab7..472fbd1b13 100644 --- a/cmd/gossamer/main.go +++ b/cmd/gossamer/main.go @@ -7,6 +7,7 @@ import ( "errors" "fmt" "os" + _ "time/tzdata" "github.com/ChainSafe/gossamer/dot" "github.com/ChainSafe/gossamer/dot/state"