how to check moment iso format with timezone code example
Example: moment time format by country
import moment, { Moment } from 'moment'
moment(new Date(), moment.locale('id')).format('llll')
import moment, { Moment } from 'moment'
moment(new Date(), moment.locale('id')).format('llll')