Moment.Timezone.js 0.3.0

dotnet add package Moment.Timezone.js --version 0.3.0
NuGet\Install-Package Moment.Timezone.js -Version 0.3.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.3.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.3.0
#r "nuget: Moment.Timezone.js, 0.3.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.3.0

// Install Moment.Timezone.js as a Cake Tool
#tool nuget:?package=Moment.Timezone.js&version=0.3.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.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.3.0 2,815 3/8/2015
0.2.5 48 3/8/2015
0.2.4 41 3/8/2015
0.2.3 40 3/8/2015
0.2.2 2,479 9/11/2014
0.2.1 59 9/11/2014
0.2.0 94 9/11/2014
0.1.0 63 9/11/2014
0.0.6 59 9/11/2014
0.0.5 58 9/11/2014
0.0.4 57 9/11/2014
0.0.3 63 9/11/2014
0.0.2 59 9/11/2014
0.0.1 3,410 7/8/2013

- Breaking: Added country data to the meta/*.json files. Restructured the data to support multiple countries per zone. #162
           - Added the ability to set a default timezone for all new moments. #152
           - Fixed a bug when passing a moment with an offset to moment.tz. #169
           - Fixed a deprecation in moment core, changing moment#zone to moment#utcOffset. #168