Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump tz to 2024a #4643

Merged
merged 2 commits into from Mar 22, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/valhalla_build_timezones
Expand Up @@ -21,7 +21,7 @@ fi
rm -rf dist
rm -f ./timezones-with-oceans.shapefile.zip

url="https://github.com/evansiroky/timezone-boundary-builder/releases/download/2023d/timezones-with-oceans.shapefile.zip"
url="https://github.com/evansiroky/timezone-boundary-builder/releases/download/2024a/timezones-with-oceans.shapefile.zip"

echo "downloading timezone polygon file." 1>&2
curl -L -s -o ./timezones-with-oceans.shapefile.zip ${url} || error_exit "curl failed for ${url}"
Expand Down
2 changes: 1 addition & 1 deletion third_party/tz
Submodule tz updated 27 files
+42 −11 Makefile
+68 −0 NEWS
+6 −2 africa
+109 −65 asia
+9 −5 australasia
+1 −1 checknow.awk
+1 −1 etcetera
+27 −2 europe
+119 −254 leap-seconds.list
+4 −7 leapseconds.awk
+18 −13 localtime.c
+150 −2 newstrftime.3
+99 −65 newtzset.3
+19 −10 northamerica
+28 −2 private.h
+4 −1 southamerica
+4 −3 strftime.c
+21 −16 theory.html
+181 −231 tz-art.html
+41 −56 tz-link.html
+15 −13 tzfile.5
+3 −3 tzfile.h
+28 −15 tzselect.ksh
+7 −16 zic.8
+19 −52 zic.c
+65 −33 zishrink.awk
+3 −1 zonenow.tab