Socket
Book a DemoInstallSign in
Socket

@isvend/timezones-list

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@isvend/timezones-list

List of all timezones

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

timezones-list

This package contains an array of timezones based on conventional options.

It does not follow any complete data set, but it contains almost all basic timezones. And all names are according to the tz format: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones

The fields in the array are as follows:

  • label a string label which contains the UTC with the tz code of a timezone
  • tzCode contains the tz codes
  • name contains the descriptive name of the timezone with UTC offset
  • utc contains only the UTC of a timezone
  • utcOffset contains the timezone Offset

Install

npm install @isvend/timezones-list --save

# or

yarn add @isvend/timezones-list

Example

import timezones from "@isvend/timezones-list";

// or

var timezones = require("@isvend/timezones-list");

Keywords

timezones

FAQs

Package last updated on 15 Aug 2023

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