moment js get utc time code example
Example 1: momentjs utcoffset
moment().utcOffset() // will output 60 (for example)
Example 2: moment time format by country
import moment, { Moment } from 'moment'
moment(new Date(), moment.locale('id')).format('llll')