Fork of atp.tools as a universal profile for people on the ATmosphere

set date back one

Changed files
+1 -1
src
routes
rnfgrertt
+1 -1
src/routes/rnfgrertt/borgle.lazy.tsx
··· 92 92 const today = new Date( 93 93 Date.UTC(now.getUTCFullYear(), now.getUTCMonth(), now.getUTCDate()), 94 94 ); 95 - const startDate = new Date("2025-06-10T00:00:00Z"); // Reference start date in UTC 95 + const startDate = new Date("2025-06-09T00:00:00Z"); // Reference start date in UTC 96 96 const daysSinceStart = Math.floor( 97 97 (today.getTime() - startDate.getTime()) / (1000 * 60 * 60 * 24), 98 98 );