onurh / tz-lookup-net

C# port of the tz-lookup JS library https://github.com/darkskyapp/tz-lookup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tz-lookup-net

The port of the fast and lightweight JS library https://github.com/darkskyapp/tz-lookup

Provides an IANA time zone identifier from latitude and longitude coordinates.

PLATFORM NuGet

Installing

Add NuGet package to your .NET Standard 2.0 - compatible project

PM> Install-Package TzLookup

Usage

var timeZoneName = TimeZoneLookup.Iana(42.7235, -73.6931);

// timeZoneName: "America/New_York"

See the README of the original library for more details.

Special thanks to

DarkSky and all contributors of the original JS library.

License

Like the original library, this project is licensed under the Creative Commons Zero v1.0.

This work and all rights to it are dedicated to the public domain.

About

C# port of the tz-lookup JS library https://github.com/darkskyapp/tz-lookup

License:Creative Commons Zero v1.0 Universal


Languages

Language:C# 100.0%