We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a17b00 commit f666d19Copy full SHA for f666d19
frontend/public/rss.xml
@@ -5,7 +5,7 @@
5
<link>https://wat2do.ca</link>
6
<atom:link href="https://wat2do.ca/rss.xml" rel="self" type="application/rss+xml" />
7
<description>Upcoming events at the University of Waterloo</description>
8
- <lastBuildDate>Sun, 16 Nov 2025 04:04:31 GMT</lastBuildDate>
+ <lastBuildDate>Sun, 16 Nov 2025 04:12:43 GMT</lastBuildDate>
9
<ttl>10</ttl>
10
<item>
11
<title>Winter Wonderland</title>
frontend/src/data/staticData.ts
@@ -1,4 +1,4 @@
1
-export const LAST_UPDATED = "2025-11-16T04:04:31.165220+00:00";
+export const LAST_UPDATED = "2025-11-16T04:12:43.093959+00:00";
2
3
export const EVENT_EMOJIS_CATEGORIES: [string, string, string][] = [
4
["Objects", "Graduation%20Cap", "Academic"],
0 commit comments