Skip to content

Commit

Permalink
Update data definitions to 2024a
Browse files Browse the repository at this point in the history
  • Loading branch information
jnyrup committed Apr 2, 2024
1 parent e0d77db commit a2043f6
Show file tree
Hide file tree
Showing 2 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("2023d", tempDir);
var filePath = await DownloadDataAsync("2024a", tempDir);

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

0 comments on commit a2043f6

Please sign in to comment.