File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 149
149
var registrationCounter = "" ;
150
150
var publishCountdown = true ; // false
151
151
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 ( ) ;
153
153
var numLectures = 10 ;
154
154
let nextLectureDate = new Date ( firstLectureDate . valueOf ( ) )
155
155
@@ -336,7 +336,7 @@ <h2>Schedule</h2>
336
336
< h4 align ="center ">
337
337
<!-- <highlight>2025 edition coming soon!</highlight> <br><i>Taught in-person at MIT — open-sourced to the world.</i> -->
338
338
<!-- <highlight>New 2024 lectures, slides, and labs!</highlight> <br><i>Taught in-person at MIT — 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 > !
340
340
<!-- New <highlight>2024 edition</highlight> lectures, slides, and labs! <highlight>Every Friday at 10am ET</highlight>! -->
341
341
</ h4 >
342
342
< br >
You can’t perform that action at this time.
0 commit comments