moment-timezone
moment-timezone copied to clipboard
How can i use Moment Timezone in React
I have installed Moment and Moment-Timezone, but when i am importing in my project, there is an error
import moment from 'moment-timezone/builds/moment-timezone-with-data';
You can also just use import moment from 'moment-timezone';
I've updated the docs to add some ES6 examples.