Skip to content

Commit e4f36c2

Browse files
committed
feat: update timezone database
1 parent 692ff06 commit e4f36c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/tzgen/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import (
1616
"strings"
1717
)
1818

19-
const tzdataURL = "https://data.iana.org/time-zones/releases/tzdata2023c.tar.gz"
19+
const tzdataURL = "https://data.iana.org/time-zones/releases/tzdata2025b.tar.gz"
2020

2121
func main() {
2222
if err := run(context.Background()); err != nil {

0 commit comments

Comments
 (0)