iso 8601 to local time moment js code example
Example 1: convert moment date to utc format moment
moment(timestamp).toISOString(true)
Example 2: moment time format by country
import moment, { Moment } from 'moment'
moment(new Date(), moment.locale('id')).format('llll')