Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Argg 585 use moment timezone #1

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
@@ -0,0 +1,2 @@
/node_modules
.idea
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -39,7 +39,7 @@ A JSON representation of the timezone transitions (actually, the output of `zdum

## Status

Latest official release is version 2019c, published on 2019-09-11.
Latest official release is version 2023c, published on 2023-06-09.

## Usage

Expand All @@ -52,7 +52,8 @@ npm install --save iana-tz-data
We follow a semver corresponding version based on the official version. The major version corresponds to the year and the minor corresponds to the letter. The patch version is independent and used for any necessary package fixes.

| Official version | Our corresponding semver version |
| ---------------- | -------------------------------- |
|------------------|----------------------------------|
| `2023c` | `2023.2` |
| `2019c` | `2019.2` |
| `2019b` | `2019.1` |
| `2018i` | `2018.8` |
Expand Down
4 changes: 2 additions & 2 deletions converter/README.md
Expand Up @@ -9,5 +9,5 @@ The convertion consists of the following steps:
3. Use `index.js` to convert the array of entries into a tree structure object similar to CLDR JSON.

```
node index.js > iana-tz-data.json
```
node ./converter/index.js > iana-tz-data.json
```