How to format date in certain timezone with momentjs
Issue #664
Use moment-timezone https://momentjs.com/timezone/docs/
1 | npm install moment-timezone |
Need to import from moment-timezone
, not moment
1 | import moment from 'moment-timezone' |
Issue #664
Use moment-timezone https://momentjs.com/timezone/docs/
1 | npm install moment-timezone |
Need to import from moment-timezone
, not moment
1 | import moment from 'moment-timezone' |