Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

generate-timezone-json

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generate-timezone-json

Generate JSON file containing timezones from a tab file or the official IANA database

  • 0.2.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
58
decreased by-22.67%
Maintainers
1
Weekly downloads
 
Created
Source

Generate Timezone JSON

npm npm npm github

This is a node package which allows the generation of a JSON file containing time zones information. You could provide it your own zone.tab file, in which case it will parse the file to generate the JSON. If not given any input, it will pull the latest official time zones for you.

Installation

Run npm i generate-timezone-json to install in your current node project

or install globally with npm i -g generate-timezone-json

Usage

  1. Run: npx generate-timezone-json to generate timezones.json from official IANA Database,
    • this will generate a file named "timezones.json" with data coming from the official IANA database
  2. Run: npx generate-timezone-json <filename> to generate timezones.json from a TAB file,
    • for example, using a file named "zone.tab": generate-timezone-json zone.tab

If installed globally, the npx is optional.

Important Note: the structure of the generated JSON file will be different depending on the source (i.e, zone.tab or the IANA timezones database)

Planned features (not yet implemented)

  1. Specify an output directory with option --outDir: generate-timezone <filename> --outDir <directory>
  2. Uniform JSON structure for all sources
  3. type definitions

Keywords

FAQs

Package last updated on 23 Sep 2022

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc