Skip to content

Commit 5e5ba86

Browse files
committed
feat: add short timezone name to eventDay function formatting
1 parent fd2318b commit 5e5ba86

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/lib/utils/schedule.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ export function eventDay(
7777
year: "numeric",
7878
month: "2-digit",
7979
day: "2-digit",
80+
timeZoneName: "short",
8081
}).format(dt);
8182
}
8283

0 commit comments

Comments
 (0)