countdown to see avery proper

This commit is contained in:
Sam
2025-05-31 23:20:06 +12:00
parent 518c32ee8b
commit 55a9f31464

View File

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