Skip to content

Commit

Permalink
Update bd-timer.js
Browse files Browse the repository at this point in the history
  • Loading branch information
NaviRocker authored Jan 15, 2024
1 parent 1a09311 commit c79a02c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/bd-timer.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var targetDate = new Date('January 16, 2024 09:00:00').getTime();
var targetDate = new Date('January 18, 2024 09:00:00').getTime();

// Calculate the time difference in milliseconds
var timeDifference = targetDate - new Date().getTime();
Expand Down

0 comments on commit c79a02c

Please sign in to comment.