@vvo/tzdb
Advanced tools
Comparing version 3.2.0 to 3.3.0
{ | ||
"name": "@vvo/tzdb", | ||
"version": "3.2.0", | ||
"version": "3.3.0", | ||
"description": "Automatically updated npm package of all IANA time zones and major cities", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -22,6 +22,26 @@ # tzdb [![GitHub license](https://img.shields.io/github/license/vvo/tzdb?style=flat)](https://github.com/vvo/tzdb/blob/master/LICENSE) [![Tests](https://github.com/vvo/tzdb/workflows/CI/badge.svg)](https://github.com/vvo/tzdb/actions) [![npm version](https://badge.fury.io/js/%40vvo%2Ftzdb.svg)](https://www.npmjs.com/package/@vvo/tzdb) | ||
```js | ||
{"timeZoneName":"America/Los_Angeles","formatted":"-08:00 Pacific Time - Los Angeles"}, | ||
{"timeZoneName":"America/Tijuana","formatted":"-08:00 Pacific Time - Tijuana"}, | ||
{"timeZoneName":"America/Vancouver","formatted":"-08:00 Pacific Time - Vancouver"}, | ||
{"timeZoneName":"America/Whitehorse","formatted":"-08:00 Pacific Time - Whitehorse, Dawson"}, | ||
{ | ||
"timeZoneName":"America/Anchorage", | ||
"formatted":"-09:00 Alaska Time - Anchorage, Juneau", | ||
"group":[ | ||
"America/Anchorage", | ||
"America/Juneau", | ||
"America/Metlakatla", | ||
"America/Nome", | ||
"America/Sitka", | ||
"America/Yakutat" | ||
] | ||
}, | ||
{ | ||
"timeZoneName":"Pacific/Gambier", | ||
"formatted":"-09:00 Gambier Time - Gambier", | ||
"group":["Pacific/Gambier"] | ||
}, | ||
{ | ||
"timeZoneName":"America/Los_Angeles", | ||
"formatted":"-08:00 Pacific Time - Los Angeles", | ||
"group":[ | ||
"America/Los_Angeles" | ||
] | ||
}, | ||
``` | ||
@@ -45,6 +65,38 @@ | ||
```js | ||
{"geonameId":"5368361","name":"Los Angeles","countryName":"United States","timeZoneName":"America/Los_Angeles","timeZoneOffsetNameWithoutDst":"Pacific Time","population":3971883,"modificationDate":"2019-12-12"}, | ||
{"geonameId":"1205733","name":"Chittagong","countryName":"Bangladesh","timeZoneName":"Asia/Dhaka","timeZoneOffsetNameWithoutDst":"Bangladesh Time","population":3920222,"modificationDate":"2016-11-09"}, | ||
{"geonameId":"1804651","name":"Kunming","countryName":"China","timeZoneName":"Asia/Shanghai","timeZoneOffsetNameWithoutDst":"China Time","population":3855346,"modificationDate":"2014-08-14"}, | ||
{"geonameId":"361058","name":"Alexandria","countryName":"Egypt","timeZoneName":"Africa/Cairo","timeZoneOffsetNameWithoutDst":"Eastern European Time","population":3811516,"modificationDate":"2019-09-05"}, | ||
{ | ||
"geonameId":"5368361", | ||
"name":"Los Angeles", | ||
"countryName":"United States", | ||
"timeZoneName":"America/Los_Angeles", | ||
"timeZoneOffsetNameWithoutDst":"Pacific Time", | ||
"population":3971883, | ||
"modificationDate":"2019-12-12" | ||
}, | ||
{ | ||
"geonameId":"1205733", | ||
"name":"Chittagong", | ||
"countryName":"Bangladesh", | ||
"timeZoneName":"Asia/Dhaka", | ||
"timeZoneOffsetNameWithoutDst":"Bangladesh Time", | ||
"population":3920222, | ||
"modificationDate":"2016-11-09" | ||
}, | ||
{ | ||
"geonameId":"1804651", | ||
"name":"Kunming", | ||
"countryName":"China", | ||
"timeZoneName":"Asia/Shanghai", | ||
"timeZoneOffsetNameWithoutDst":"China Time", | ||
"population":3855346, | ||
"modificationDate":"2014-08-14" | ||
}, | ||
{ | ||
"geonameId":"361058", | ||
"name":"Alexandria", | ||
"countryName":"Egypt", | ||
"timeZoneName":"Africa/Cairo", | ||
"timeZoneOffsetNameWithoutDst":"Eastern European Time", | ||
"population":3811516, | ||
"modificationDate":"2019-09-05" | ||
}, | ||
``` | ||
@@ -51,0 +103,0 @@ |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
147
4985224