We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a927481 + df2ec2c commit 10626fbCopy full SHA for 10626fb
1 file changed
src/pages/session/[slug].astro
@@ -100,7 +100,7 @@ const nextSessionsOrdered = sameRoomNextSession
100
{formatInTimeZone(
101
entry.data.start,
102
"Europe/Prague",
103
- "HH:mm 'on' dd MMMM yyyy",
+ "HH:mm 'on' EEEE, dd MMMM yyyy"
104
)}
105
</dd>
106
</>
@@ -114,7 +114,7 @@ const nextSessionsOrdered = sameRoomNextSession
114
115
entry.data.end,
116
117
118
119
120
0 commit comments