Skip to content

Commit

Permalink
since we are still in EDT use offset 4
Browse files Browse the repository at this point in the history
  • Loading branch information
bressler1995 committed Sep 23, 2024
1 parent c9a5940 commit 5ef73a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/uicontrol.js
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ document.addEventListener("DOMContentLoaded", function() {
let tops_countdown_seconds = document.getElementById("tops_countdown_seconds");

let calcNewYear = setInterval(function(){
date_future = new Date("Mon Sept 30 2024 23:59:59 GMT-0500");
date_future = new Date("Mon Sept 30 2024 23:59:59 GMT-0400");
date_now = new Date();
date_future_edt_string = date_future.toLocaleString('en-US', {timeZone: 'America/New_York'});

Expand Down

0 comments on commit 5ef73a6

Please sign in to comment.