Skip to content

Commit c95d8a1

Browse files
authored
Merge pull request #40 from mitsu-yuki/main
feat: update timezone base url
2 parents 692ff06 + 3f7201f commit c95d8a1

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-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 {

tz/america_coyhaique.go

Lines changed: 24 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)