Skip to content

Commit 0ae0e9a

Browse files
committed
Update date format
1 parent f5ce7ae commit 0ae0e9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/session/[slug].astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ const nextSessionsOrdered = sameRoomNextSession
100100
{formatInTimeZone(
101101
entry.data.start,
102102
"Europe/Prague",
103-
"HH:mm 'on' dd MMMM yyyy",
103+
"HH:mm 'on' EEEE, dd MMMM yyyy"
104104
)}
105105
</dd>
106106
</>
@@ -114,7 +114,7 @@ const nextSessionsOrdered = sameRoomNextSession
114114
{formatInTimeZone(
115115
entry.data.end,
116116
"Europe/Prague",
117-
"HH:mm 'on' dd MMMM yyyy",
117+
"HH:mm 'on' EEEE, dd MMMM yyyy"
118118
)}
119119
</dd>
120120
</>

0 commit comments

Comments
 (0)