From 52f6eb12d5b52811ae5303ab8c701e80b1fcfb7d Mon Sep 17 00:00:00 2001 From: Matthew McEachen Date: Sat, 30 Dec 2023 21:18:23 -0800 Subject: [PATCH] update to 2023d --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 606057d..084262d 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ This is a fork of [darkskyapp/tz-lookup](https://github.com/darkskyapp/tz-lookup The following updates have been made to this fork: * The time zone shapefiles now use -[2023b](https://github.com/evansiroky/timezone-boundary-builder/releases/tag/2023b). Expect a bunch of changes if you're upgrading from the original `tz-lookup`, including new zone names. +[2023d](https://github.com/evansiroky/timezone-boundary-builder/releases/tag/2023d). Expect a bunch of changes if you're upgrading from the original `tz-lookup`, including new zone names and shapes. * TypeScript types are now included. @@ -85,7 +85,7 @@ alert(tzlookup(42.7235, -73.6931)); // alerts "America/New_York" ## Sources Timezone data is sourced from Evan Siroky's [timezone-boundary-builder][tbb]. -The database was last updated on 6 June 2023 to use the new 2023b dataset. +The database was last updated on 30 December 2023 to use the 2023d dataset. To regenerate the library's database yourself, you will need to install GDAL: