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.
<PackageVersion Include="Moment.Timezone.js" Version="0.3.0" />
<PackageReference Include="Moment.Timezone.js" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Moment.Timezone.js --version 0.3.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#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.
#:package Moment.Timezone.js@0.3.0
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Moment.Timezone.js&version=0.3.0
#tool nuget:?package=Moment.Timezone.js&version=0.3.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Parse and display moments in any timezone.
There are no supported framework assets in this package.
Learn more about Target Frameworks and .NET Standard.
-
- Moment.js (>= 2.6.0)
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last Updated |
---|---|---|
0.3.0 | 2,816 | 3/8/2015 |
0.2.5 | 50 | 3/8/2015 |
0.2.4 | 43 | 3/8/2015 |
0.2.3 | 42 | 3/8/2015 |
0.2.2 | 2,481 | 9/11/2014 |
0.2.1 | 61 | 9/11/2014 |
0.2.0 | 96 | 9/11/2014 |
0.1.0 | 65 | 9/11/2014 |
0.0.6 | 61 | 9/11/2014 |
0.0.5 | 60 | 9/11/2014 |
0.0.4 | 59 | 9/11/2014 |
0.0.3 | 65 | 9/11/2014 |
0.0.2 | 61 | 9/11/2014 |
0.0.1 | 3,412 | 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