Skip to content

Commit 5ecf2b4

Browse files
committed
update time
1 parent 1fb88d5 commit 5ecf2b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
var registrationCounter = "";
150150
var publishCountdown = true; // false
151151
if (publishCountdown) {
152-
var firstLectureDate = new Date("March 3, 2025 10:00:00 GMT-04:00").getTime();
152+
var firstLectureDate = new Date("March 3, 2025 11:00:00 GMT-05:00").getTime();
153153
var numLectures = 10;
154154
let nextLectureDate = new Date(firstLectureDate.valueOf())
155155

@@ -336,7 +336,7 @@ <h2>Schedule</h2>
336336
<h4 align="center">
337337
<!-- <highlight>2025 edition coming soon!</highlight> <br><i>Taught in-person at MIT &#8212; open-sourced to the world.</i> -->
338338
<!-- <highlight>New 2024 lectures, slides, and labs!</highlight> <br><i>Taught in-person at MIT &#8212; open-sourced to the world.</i> -->
339-
New <highlight>lectures, slides, and labs</highlight> will be open-sourced every week starting <highlight>March 3 at 10AM ET</highlight>!
339+
New <highlight>lectures, slides, and labs</highlight> will be open-sourced every week starting <highlight>March 3 at 11AM ET</highlight>!
340340
<!-- New <highlight>2024 edition</highlight> lectures, slides, and labs! <highlight>Every Friday at 10am ET</highlight>! -->
341341
</h4>
342342
<br>

0 commit comments

Comments
 (0)