Moment.Timezone.js 0.1.0

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.1.0
NuGet\Install-Package Moment.Timezone.js -Version 0.1.0
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.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Moment.Timezone.js --version 0.1.0
#r "nuget: Moment.Timezone.js, 0.1.0"
#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.1.0

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

Parse and display moments in any timezone.

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 938,779 4/12/2017
0.5.12 3,874 4/12/2017
0.5.11 1,345 4/12/2017
0.5.10 1,062 4/12/2017
0.5.9 1,045 4/12/2017
0.5.8 1,035 4/12/2017
0.5.7 1,050 4/12/2017
0.5.6 1,054 4/12/2017
0.5.5 303,548 7/29/2016
0.5.4 1,575 7/29/2016
0.5.3 269,381 4/2/2016
0.5.2 1,090 4/2/2016
0.5.1 1,040 4/2/2016
0.5.0 83,031 1/10/2016
0.4.1 1,153 1/10/2016
0.4.0 62,508 7/4/2015
0.3.1 1,135 7/4/2015
0.3.0 37,139 3/8/2015
0.2.5 1,508 3/8/2015
0.2.4 1,175 3/8/2015
0.2.3 1,128 3/8/2015
0.2.2 38,148 9/11/2014
0.2.1 1,152 9/11/2014
0.2.0 1,290 9/11/2014
0.1.0 1,212 9/11/2014
0.0.6 1,180 9/11/2014
0.0.5 1,202 9/11/2014
0.0.4 1,162 9/11/2014
0.0.3 5,740 9/11/2014
0.0.2 1,185 9/11/2014
0.0.1 102,803 7/8/2013

- Breaking: Changed data format from Zones+Rules to just Zones. #82
           - Breaking: Removed moment.tz.{addRule,addZone,zoneExists,zones} as they are no longer  relevant with the new data format.
           - Made library 20x faster. JSPerf results
           - Completely rewrote internals to support new data format.
           - Updated the data collection process to get data directly from http://www.iana.org/time-zones.
           - Updated data to IANA TZDB 2014e.
           - Updated bower.json to use a browser specific main: entry point.
           - Added built files with included data.
           - Added support for accurately parsing input around DST changes. #93
           - Added comprehensive documentation at momentjs.com/timezone/docs/.
           - Added moment.tz.link for linking two identical zones.
           - Added moment.tz.zone for getting a loaded zone.
           - Added moment.tz.load for loading a bundled version of data from the IANA TZDB.
           - Added moment.tz.names for getting the names of all the loaded timezones.
           - Added moment.tz.unpack and moment.tz.unpackBase60 for unpacking data.
           - Added moment-timezone-utils.js for working with the packed and unpacked data.
           - Fixed major memory leak. #79
           - Fixed global export to allow use in web workers. #78
           - Fixed global export in browser environments that define window.module. #76