Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Openpanel-dev/openpanel
/ nowString
Function
nowString
packages/db/src/gsc.ts:195–197 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
193
}
194
195
function
nowString(): string {
196
return
new
Date().toISOString().replace(
'T'
,
' '
).replace(
'Z'
,
''
);
197
}
198
199
export
async
function
syncGscData(
200
projectId: string,
Callers
1
syncGscData
Function · 0.85
Calls
1
replace
Method · 0.80
Tested by
no test coverage detected