# @bam.tech/moment-timezone

> Parse and display moments in any timezone.

Latest version **0.5.15** (published 2017-11-23) · MIT license · 0 weekly downloads

## Install

```sh
npm install @bam.tech/moment-timezone
pnpm add @bam.tech/moment-timezone
yarn add @bam.tech/moment-timezone
bun add @bam.tech/moment-timezone
```

## Health

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

Positive: no vulnerabilities; high maintenance score.

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

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 0.5.15 |
| Published | 2017-11-23 |
| First published | 2017-11-23 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | * |
| Dependencies | 1 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 3878 |
| Author | Tim Wood |
| Maintainers | emilienchauvet, selimbenammar, tpucci, laurerc, minishlink, maximes, yannl, lechinoix, tychota, almouro |
| Keywords | moment, date, time, timezone, olson, iana, zone, tz |

## Links

- npm: https://www.npmjs.com/package/@bam.tech/moment-timezone
- Repository: https://github.com/moment/moment-timezone
- Homepage: http://momentjs.com/timezone/
- Issues: https://github.com/moment/moment-timezone/issues
- npm.io page: https://npm.io/package/@bam.tech/moment-timezone

## Dependencies (1)

- [moment](https://npm.io/package/moment.md) >= 2.9.0

## Alternatives

- [@js-joda/timezone](https://npm.io/package/@js-joda/timezone.md) — 383.4K weekly downloads
- [chartjs-adapter-moment](https://npm.io/package/chartjs-adapter-moment.md) — 210.8K weekly downloads
- [strftime](https://npm.io/package/strftime.md) — 171.2K weekly downloads
- [vue-flatpickr-component](https://npm.io/package/vue-flatpickr-component.md) — 115.8K weekly downloads
- [timepicker](https://npm.io/package/timepicker.md) — 51.0K weekly downloads

## Recent versions

- 0.5.15 (latest) — 2017-11-23
- 0.5.14 — 2017-11-23

## README

# [Moment Timezone](http://momentjs.com/timezone)

[![Join the chat at https://gitter.im/moment/moment-timezone](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/moment/moment-timezone?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

[![NPM version][npm-version-image]][npm-url] [![NPM downloads][npm-downloads-image]][npm-url] [![MIT License][license-image]][license-url] [![Build Status][travis-image]][travis-url]

IANA Time Zone Database + [Moment.js](http://momentjs.com).

```js
var june = moment("2014-06-01T12:00:00Z");
june.tz('America/Los_Angeles').format('ha z'); // 5am PDT
june.tz('America/New_York').format('ha z');    // 8am EDT
june.tz('Asia/Tokyo').format('ha z');          // 9pm JST
june.tz('Australia/Sydney').format('ha z');    // 10pm EST

var dec = moment("2014-12-01T12:00:00Z");
dec.tz('America/Los_Angeles').format('ha z');  // 4am PST
dec.tz('America/New_York').format('ha z');     // 7am EST
dec.tz('Asia/Tokyo').format('ha z');           // 9pm JST
dec.tz('Australia/Sydney').format('ha z');     // 11pm EST
```

#### [Contribute code or compile time zone data](contributing.md)

#### [Read the changelog](changelog.md)


[license-image]: http://img.shields.io/badge/license-MIT-blue.svg?style=flat
[license-url]: LICENSE

[npm-url]: https://npmjs.org/package/moment-timezone
[npm-version-image]: http://img.shields.io/npm/v/moment-timezone.svg?style=flat
[npm-downloads-image]: http://img.shields.io/npm/dm/moment-timezone.svg?style=flat

[travis-url]: http://travis-ci.org/moment/moment-timezone
[travis-image]: http://img.shields.io/travis/moment/moment-timezone/develop.svg?style=flat

---
_Source: https://npm.io/package/@bam.tech/moment-timezone · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
