refactor/add build time to page footers

This commit is contained in:
2025-07-16 10:06:41 -04:00
parent 289411c8eb
commit 8f7b0f2719
12 changed files with 28964 additions and 127 deletions

3
src/utils/buildTime.js Normal file
View File

@@ -0,0 +1,3 @@
export const buildTime = new Date().toLocaleString(undefined, {
timeZone: "UTC",
});