Skip to content

Commit eac1c46

Browse files
authored
Embed tzdata on CLI refresh (temporalio#453)
Fixes temporalio#427
1 parent d87142e commit eac1c46

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cmd/temporal/main.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ import (
44
"context"
55

66
"github.com/temporalio/cli/temporalcli"
7+
8+
// Embed time zone database as a fallback if platform database can't be found
9+
_ "time/tzdata"
710
)
811

912
func main() {

0 commit comments

Comments
 (0)