import dayjs from 'dayjs'; import 'dayjs/locale/ko'; import utc from 'dayjs/plugin/utc'; dayjs.extend(utc); dayjs.locale('ko');