# moment-timezone **Repository Path**: mirrors_HubSpot/moment-timezone ## Basic Information - **Project Name**: moment-timezone - **Description**: HubSpot's internal fork of https://github.com/moment/moment-timezone - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: develop - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-03-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # [Moment Timezone](http://momentjs.com/timezone) [![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