Skip to content

Commit a649dee

Browse files
authored
Fix UTC offset for EDT (#10)
As noted on https://www.timeanddate.com/time/zones/edt EDT is 4 hours behind UTC rather than 5. Hence, update the index page to reflect this.
1 parent d295910 commit a649dee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ <h3 class="text-lg">
138138
<h5 class="text-xl font-semibold mb-2">Next Meeting</h5>
139139
<h2>Sunday, August 31, 2025</h2>
140140
<!-- Would be real cool to offer it in their timezone here. -->
141-
<h3>11:00 AM EDT (UTC-5)</h3>
141+
<h3>11:00 AM EDT (UTC-4)</h3>
142142
<p>Agenda: Review Chapter 12.</p>
143143
<p>Meetings are held every two weeks.</p>
144144

0 commit comments

Comments
 (0)