1.0.19 • Published 5 years ago
tzdata-systemv v1.0.19
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 'systemv'.
TZ Database Version
2020a
Use
In Node.JS, to get at the JSON data, simply do:
var jsonData = require('tzdata-systemv');
In a browser, use the bundled UMD module provided in tzdata-systemv.js.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>tzdata-systemv example</title>
<script src="./tzdata-systemv.js"></script>
<script>
function onLoad() {
var data = tzdataSystemv;
}
</script>
</head>
<body onLoad="onLoad()">
</body>
</html>
License
MIT
Zones in This Module
1.0.19
5 years ago
1.0.18
6 years ago
1.0.17
6 years ago
1.0.16
6 years ago
1.0.15
7 years ago
1.0.14
7 years ago
1.0.13
7 years ago
1.0.12
7 years ago
1.0.11
7 years ago
1.0.10
7 years ago
1.0.9
7 years ago
1.0.8
8 years ago
1.0.7
8 years ago
1.0.6
8 years ago
1.0.5
9 years ago
1.0.4
9 years ago
1.0.3
9 years ago
1.0.2
9 years ago
1.0.1
9 years ago
1.0.0
9 years ago