GeoTimeZone.StrongNamed
3.2.0
GeoTimeZone StrongNamed Nuget Package
Provides an IANA time zone identifier from latitude and longitude coordinates.
Install-Package GeoTimeZone.StrongNamed -Version 3.2.0
dotnet add package GeoTimeZone.StrongNamed --version 3.2.0
<PackageReference Include="GeoTimeZone.StrongNamed" Version="3.2.0" />
paket add GeoTimeZone.StrongNamed --version 3.2.0
#r "nuget: GeoTimeZone.StrongNamed, 3.2.0"
GeoTimeZone 
Provides an IANA time zone identifier from latitude and longitude coordinates.
Nuget Installation
PM> Install-Package GeoTimeZone
Supported Environments
As of version 3.0, this library is targeting .NET Standard 1.1+, .NET Standard 2.0+, and .NET Framework 4.0+.
See the .NET Standard Platform Support Matrix for further details.
Example Usage
string tz = TimeZoneLookup.GetTimeZone(50.4372, -3.5559).Result; // "Europe/London"
Usage Notes
This library uses the time zone border definitions from the Timezone Boundary Builder project,
which in-turn derive from Open Street Map. As some international borders are the subject of dispute,
the results may or may not align with your worldview. Use at your own risk.
License
This library is provided free of charge, under the terms of the MIT license.
GeoTimeZone 
Provides an IANA time zone identifier from latitude and longitude coordinates.
Nuget Installation
PM> Install-Package GeoTimeZone
Supported Environments
As of version 3.0, this library is targeting .NET Standard 1.1+, .NET Standard 2.0+, and .NET Framework 4.0+.
See the .NET Standard Platform Support Matrix for further details.
Example Usage
string tz = TimeZoneLookup.GetTimeZone(50.4372, -3.5559).Result; // "Europe/London"
Usage Notes
This library uses the time zone border definitions from the Timezone Boundary Builder project,
which in-turn derive from Open Street Map. As some international borders are the subject of dispute,
the results may or may not align with your worldview. Use at your own risk.
License
This library is provided free of charge, under the terms of the MIT license.
Release Notes
This package is a fork of the GeoTimeZone Package, to build a strong named version.
Dependencies
-
.NETFramework 4.0
- No dependencies.
-
.NETFramework 4.5
- No dependencies.
-
.NETStandard 1.0
- System.Linq (>= 4.3.0)
- System.Reflection (>= 4.3.0)
- System.Runtime.Extensions (>= 4.3.0)
- System.Threading (>= 4.3.0)
-
.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.
Version History
Version | Downloads | Last updated |
---|---|---|
3.2.0 | 3,374 | 8/1/2018 |