Skip to content

Commit

Permalink
Update deadline as per delay
Browse files Browse the repository at this point in the history
  • Loading branch information
CouleeApps committed Aug 11, 2023
1 parent 7b3208f commit b172645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ <h2>In partnership with:<h2>
</div>

<script>
const deadline = 'August 11 2023 12:00:00 UTC-0700';
const deadline = 'August 11 2023 14:00:00 UTC-0700';
function getTimeRemaining(endtime){
const total = Date.parse(endtime) - Date.parse(new Date());
const seconds = Math.floor( (total/1000) % 60 );
Expand Down

0 comments on commit b172645

Please sign in to comment.