Moment.Timezone.js 0.0.5

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Moment.Timezone.js --version 0.0.5
NuGet\Install-Package Moment.Timezone.js -Version 0.0.5
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="Moment.Timezone.js" Version="0.0.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Moment.Timezone.js --version 0.0.5
#r "nuget: Moment.Timezone.js, 0.0.5"
#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 Moment.Timezone.js as a Cake Addin
#addin nuget:?package=Moment.Timezone.js&version=0.0.5

// Install Moment.Timezone.js as a Cake Tool
#tool nuget:?package=Moment.Timezone.js&version=0.0.5

Timezone plugin for Moment.js.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Moment.Timezone.js:

Package Downloads
Chronometer

A datetime picker that allows for timezone selection as well.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.5.13 930,256 4/12/2017
0.5.12 3,837 4/12/2017
0.5.11 1,335 4/12/2017
0.5.10 1,058 4/12/2017
0.5.9 1,041 4/12/2017
0.5.8 1,031 4/12/2017
0.5.7 1,046 4/12/2017
0.5.6 1,050 4/12/2017
0.5.5 302,735 7/29/2016
0.5.4 1,571 7/29/2016
0.5.3 267,841 4/2/2016
0.5.2 1,086 4/2/2016
0.5.1 1,037 4/2/2016
0.5.0 82,552 1/10/2016
0.4.1 1,148 1/10/2016
0.4.0 62,281 7/4/2015
0.3.1 1,130 7/4/2015
0.3.0 37,099 3/8/2015
0.2.5 1,502 3/8/2015
0.2.4 1,171 3/8/2015
0.2.3 1,123 3/8/2015
0.2.2 37,931 9/11/2014
0.2.1 1,148 9/11/2014
0.2.0 1,286 9/11/2014
0.1.0 1,208 9/11/2014
0.0.6 1,176 9/11/2014
0.0.5 1,198 9/11/2014
0.0.4 1,158 9/11/2014
0.0.3 5,736 9/11/2014
0.0.2 1,181 9/11/2014
0.0.1 102,479 7/8/2013

- Improved performance with memoization. #39
           - Published only necessary files to npm. #46
           - Added better handling of timezones around DST. #53 #61 #70
           - Added Browserify support. #41
           - Added moment.tz.zoneExists #73
           - Fixed cloning moments with a timezone. #71
           - Prevent loading moment-timezone more than once.