This package has been deprecated

Author message:

IANA removed pacificnew

tzdata-pacificnew

1.0.19 • Public • Published

Synopsis

This is (a portion of) the IANA TZ database, represented as JSON. Use this module in combination with timezonecomplete. It is part of a set of similar modules:

  • tzdata
  • tzdata-africa
  • tzdata-antarctica
  • tzdata-asia
  • tzdata-australasia
  • tzdata-backward
  • tzdata-etcetera
  • tzdata-europe
  • tzdata-factory
  • tzdata-northamerica
  • tzdata-pacificnew
  • tzdata-southamerica
  • tzdata-systemv
  • tzdata-backward-utc

This module contains all zones of IANA TZ database file 'pacificnew'.

This module has peer dependency tzdata-northamerica, because the data in this module has links to zones in those modules.

TZ Database Version

2020a

Use

In Node.JS, to get at the JSON data, simply do:

var jsonData = require('tzdata-pacificnew');

In a browser, use the bundled UMD module provided in tzdata-pacificnew.js.

<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8">
    <title>tzdata-pacificnew example</title>
    <script src="./tzdata-pacificnew.js"></script>
    <script>
        function onLoad() {
            var data = tzdataPacificnew;
        }
    </script>
</head>
<body onLoad="onLoad()">
</body>
</html>

License

MIT

Zones in This Module

US/Pacific-New

Readme

Keywords

none

Package Sidebar

Install

npm i tzdata-pacificnew

Weekly Downloads

0

Version

1.0.19

License

MIT

Unpacked Size

4.07 kB

Total Files

5

Last publish

Collaborators

  • rogierschouten