format waktu momen menurut negara

import moment, { Moment } from 'moment'
moment(new Date(), moment.locale('id')).format('llll')
Restu Wahyu Saputra