tangled
alpha
login
or
join now
tynanpurdy.com
/
atprofile
3
fork
atom
Fork of atp.tools as a universal profile for people on the ATmosphere
3
fork
atom
overview
issues
pulls
pipelines
set date back one
Natalie B.
9 months ago
861db4a7
da16f0e4
+1
-1
1 changed file
expand all
collapse all
unified
split
src
routes
rnfgrertt
borgle.lazy.tsx
+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
95
-
const startDate = new Date("2025-06-10T00:00:00Z"); // Reference start date in UTC
95
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
);