Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

Commit

Permalink
date bug fix 3
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmetilhn committed Feb 28, 2023
1 parent 92600d3 commit e2dceb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/dayjs.plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import("dayjs/locale/tr");
export default defineNuxtPlugin(() => {
dayjs.extend(UTC);
dayjs.extend(timezone);
dayjs.tz("2013-11-18 11:55:20", "Turkey");
dayjs.locale("tr");
dayjs.extend(relativeTime);
return {
Expand Down

0 comments on commit e2dceb8

Please sign in to comment.