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

timezone-data

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

timezone-data

A time zone list following latest IANA list.

  • 0.0.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
47
increased by161.11%
Maintainers
1
Weekly downloads
 
Created
Source

tzlist

IANA Time zone list

timezones-list

This package contains an array of timezones based on https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List

The fields in the array are as follows:

  • tz contains the tz codes
  • offsetSTD contains the offset from UTC for Standard Time
  • offsetDST contains the offset from UTC for Daylight Saving Time
  • tzNameSTD contains the time zone name for Standard Time
  • tzNameDST constains the time zone name for Daylight Saving Time
  • linkTo constains the time zone code in case that the tz is deprecated

Install

npm install tzlist --save

# or

yarn add tzlist

Example

import tz from 'tzlist';

// or

const tz = require('tzlist');

Keywords

FAQs

Package last updated on 11 Aug 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