TzLookup 1.0.1
Provides an IANA time zone identifier from latitude and longitude coordinates.
The port of the fast and lightweight JS library https://github.com/darkskyapp/tz-lookup-oss
Install-Package TzLookup -Version 1.0.1
dotnet add package TzLookup --version 1.0.1
<PackageReference Include="TzLookup" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add TzLookup --version 1.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: TzLookup, 1.0.1"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Usage
var timeZoneName = TimeZoneLookup.Iana(42.7235, -73.6931);
// timeZoneName: "America/New_York"
Usage
var timeZoneName = TimeZoneLookup.Iana(42.7235, -73.6931);
// timeZoneName: "America/New_York"
Release Notes
# v1.0.1
tz-lookup v6.1.26
* Database, code and tests are up to date to commit [36e8090 - Update README.md]
# 1.0.0
tz-lookup v6.1.24
* Database, code and tests are up to date to commit [ab076ce - v6.1.24: fix #54]
Dependencies
-
.NETStandard 2.0
- No dependencies.
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.