TimeZoneMapper 1.2.14

There is a newer version of this package available.
See the version list below for details.
dotnet add package TimeZoneMapper --version 1.2.14                
NuGet\Install-Package TimeZoneMapper -Version 1.2.14                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="TimeZoneMapper" Version="1.2.14" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add TimeZoneMapper --version 1.2.14                
#r "nuget: TimeZoneMapper, 1.2.14"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install TimeZoneMapper as a Cake Addin
#addin nuget:?package=TimeZoneMapper&version=1.2.14

// Install TimeZoneMapper as a Cake Tool
#tool nuget:?package=TimeZoneMapper&version=1.2.14                

Library for mapping *N*X TimeZone ID's to windows TimeZoneInfo classes. Information is based on Unicode Inc's CLDR data files.

Product Compatible and additional computed target framework versions.
.NET Framework net40-client is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on TimeZoneMapper:

Package Downloads
DensoCreate.TimeTracker.ApiClient.Net

デンソークリエイトのプロジェクト管理ツール Time Tracker NX(https://www.timetracker.jp/)の WebAPI を利用するための C# ライブラリです。 なお、WebAPI の主要なメソッド、パラメータに対応します。 WebAPI の詳細はリファレンスを参照してください。 # Time Tracker NX - Web API ヘルプ - https://www.timetracker.jp/support/help/web-api/index.html

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.3.1 2,341 3/7/2024
1.3.0 8,520 7/19/2023
1.2.31 31,532 5/8/2021
1.2.30 61,387 10/20/2020
1.2.29 3,716 8/27/2020
1.2.28 60,885 4/26/2020
1.2.27 5,074 8/30/2019
1.2.26 49,139 1/2/2019
1.2.25 2,104 10/30/2018
1.2.24 12,427 8/18/2018
1.2.23 40,290 5/15/2018
1.2.22 1,098 5/7/2018
1.2.21 3,677 3/28/2018
1.2.20 2,620 2/7/2018
1.2.19 1,160 1/25/2018
1.2.18 37,825 5/26/2017
1.2.17 3,103 3/8/2017
1.2.16 2,804 11/29/2016
1.2.15 1,280 11/15/2016
1.2.14 1,394 11/4/2016
1.2.13 1,193 10/12/2016
1.2.12 2,861 9/13/2016
1.2.11 1,832 8/30/2016
1.2.10 2,645 4/20/2016
1.2.9 1,551 4/4/2016
1.2.8 19,245 2/2/2016
1.2.7 2,643 10/12/2015
1.2.6 1,277 8/27/2015
1.2.5 3,065 6/19/2015
1.2.4 11,549 3/2/2015
1.2.3 1,511 1/10/2015
1.2.2 1,467 10/2/2014
1.2.1 2,162 9/4/2014
1.2.0 1,476 7/10/2014
1.1.3 1,255 7/9/2014
1.1.2 1,461 4/4/2014
1.1.1 1,384 1/15/2014
1.1.0 3,027 11/7/2013
1.0.0 1,520 11/6/2013

* OnlineValuesTZMapper no longer throws on duplicate keys (when Unicode releases a 'broken' CLDR update, see github issue #8)
     * All other TZMappers default to throwing on duplicate keys (behaviour unchanged)
     * BaseTZMapper now has a constructor argument to throw/ignore duplicate keys
     * Default Cache TTL is now a public (readonly) property of the BaseTZMapper.