Skip to content

Commit

Permalink
Update data definitions to 2023d
Browse files Browse the repository at this point in the history
  • Loading branch information
jnyrup committed Dec 29, 2023
1 parent deb5e6c commit e0d77db
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GeoTimeZone.DataBuilder/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ private static async Task Main()

ConsoleOutput.WriteMessage("Downloading Time Zone Boundaries Shapefile");
var tempDir = Path.Combine(Path.GetTempPath(), Path.GetRandomFileName()[..8]);
var filePath = await DownloadDataAsync("2023b", tempDir);
var filePath = await DownloadDataAsync("2023d", tempDir);

ConsoleOutput.WriteMessage("Extracting contents...");
ZipFile.ExtractToDirectory(filePath, tempDir);
Expand Down
Binary file modified src/GeoTimeZone/TZ.dat.gz
Binary file not shown.
Binary file modified src/GeoTimeZone/TZL.dat.gz
Binary file not shown.

0 comments on commit e0d77db

Please sign in to comment.