Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Openpanel-dev/openpanel
/ formatDate
Function
formatDate
packages/db/src/gsc.ts:191–193 ·
view source on GitHub ↗
(date: Date)
Source
from the content-addressed store, hash-verified
189
}
190
191
function
formatDate(date: Date): string {
192
return
date.toISOString().slice(0, 10);
193
}
194
195
function
nowString(): string {
196
return
new
Date().toISOString().replace(
'T'
,
' '
).replace(
'Z'
,
''
);
Callers
1
syncGscData
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected