moment / moment-timezone

Timezone support for moment.js
momentjs.com/timezone
MIT License
3.82k stars 835 forks source link

ES6 Usage #1033

Closed zThana closed 1 year ago

zThana commented 1 year ago

Hi, how would I implement this using ES6? I can't get a hold of names()

zThana commented 1 year ago

Figured it out:

import moment from 'moment-timezone';
moment.tz.names()