Skip to content

Commit

Permalink
Update data definitions to 2024b
Browse files Browse the repository at this point in the history
  • Loading branch information
jnyrup committed Sep 10, 2024
1 parent a2043f6 commit 1d308ae
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("2024a", tempDir);
var filePath = await DownloadDataAsync("2024b", 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 1d308ae

Please sign in to comment.