New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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

This is a list of time zones from release 2022b of the tz database.

  • 0.0.2
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

timezone-data

IANA Time zone data

timezones-list

This package contains a list of time zones from release 2022b of the tz database. Data extracted from 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