import "dayjs/locale/tr"; import dayjs from "dayjs"; import utcPlugin from "dayjs/plugin/utc"; dayjs.locale("tr"); dayjs.extend(utcPlugin);