New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

tzdata-antarctica

Package Overview
Dependencies
Maintainers
0
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tzdata-antarctica

(Part of) the IANA time zone database as a JSON file

1.0.43
latest
Source
npm
Version published
Maintainers
0
Created
Source

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-southamerica
  • tzdata-backward-utc

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

TZ Database Version

2025a

Use

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

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

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

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

License

MIT

Zones in This Module

Antarctica/Casey, Antarctica/Davis, Antarctica/Mawson, Antarctica/Rothera, Antarctica/Troll, Antarctica/Vostok

FAQs

Package last updated on 16 Jan 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts