We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd2318b commit 5e5ba86Copy full SHA for 5e5ba86
1 file changed
src/lib/utils/schedule.ts
@@ -77,6 +77,7 @@ export function eventDay(
77
year: "numeric",
78
month: "2-digit",
79
day: "2-digit",
80
+ timeZoneName: "short",
81
}).format(dt);
82
}
83
0 commit comments