countdown to see avery proper

This commit is contained in:
Sam 2025-05-31 23:20:06 +12:00
parent 518c32ee8b
commit 55a9f31464
1 changed files with 1 additions and 1 deletions

View File

@ -803,7 +803,7 @@ class Countdown extends BaseShape {
ctx.font = fontSize + "px serif"; ctx.font = fontSize + "px serif";
ctx.fillStyle = "white" ctx.fillStyle = "white"
ctx.textAlign = "center"; ctx.textAlign = "center";
const futureDate = '2025-05-31T08:20:00'; const futureDate = '2025-06-01T04:30:00';
const seconds = this.secondsUntilDate(futureDate); const seconds = this.secondsUntilDate(futureDate);
const minutes = Math.floor(seconds / 60); const minutes = Math.floor(seconds / 60);
const hours = Math.floor(seconds / 3600); const hours = Math.floor(seconds / 3600);