Skip to content

Commit

Permalink
Fix time/date (#7221)
Browse files Browse the repository at this point in the history
  • Loading branch information
iHiD authored Jan 2, 2025
1 parent d895cd4 commit b588365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/bootcamp/index.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,7 @@
%span.whitespace-nowrap © #{Date.current.year} Exercism

:javascript
const targetDate = new Date("2025-01-08T13:00:00").getTime();
const targetDate = new Date("2025-01-11T18:00:00").getTime();
const timeElem = document.getElementById("js-countdown-time")
const secondsElem = document.getElementById("js-countdown-seconds")

Expand Down

0 comments on commit b588365

Please sign in to comment.