💄 🏯 formatBriefTimestamp.ts

This commit is contained in:
nirholas
2026-03-31 10:24:17 +00:00
parent e7e29f3e74
commit a3b729d5c6

View File

@@ -79,3 +79,4 @@ function getLocale(): string | undefined {
function startOfDay(d: Date): number {
return new Date(d.getFullYear(), d.getMonth(), d.getDate()).getTime()
}