# emarsys-timezones

> Provides timezones to use in the products of Emarsys

Latest version **1.0.0** (published 2015-11-18) · MIT license · 0 weekly downloads

## Install

```sh
npm install emarsys-timezones
pnpm add emarsys-timezones
yarn add emarsys-timezones
bun add emarsys-timezones
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2015-11-18 |
| First published | 2015-11-18 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Emarsys |
| Maintainers | draven |

## Links

- npm: https://www.npmjs.com/package/emarsys-timezones
- Repository: https://github.com/emartech/emarsys-timezones-js
- Homepage: https://github.com/emartech/emarsys-timezones-js#readme
- Issues: https://github.com/emartech/emarsys-timezones-js/issues
- npm.io page: https://npm.io/package/emarsys-timezones

## Recent versions

- 1.0.0 (latest) — 2015-11-18

## README

# Emarsys-timezones

Provide timezones usable in Emarsys products.

## Usage

```javascript
var timezones = require('emarsys-timezones');

timezones.getLongValues(); // => { "Europe/Kiev": "GMT+2:00 Europe/Kiev", ... }
timezones.getShortValues(); // => { "Europe/Kiev": "GMT+2:00", ... }
timezones.getLongValue("Europe/Kiev"); // => "GMT+2:00 Europe/Kiev"
timezones.getShortValue("Europe/Kiev"); // => "GMT+2:00"
```

---
_Source: https://npm.io/package/emarsys-timezones · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
