Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IceClusters/icmysql
/ GetTimeDate
Function
GetTimeDate
src/utils/Time.js:11–13 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
9
}
10
11
function
GetTimeDate() {
12
return
`${GetDate()}_${GetTime()}`;
13
}
14
15
function
GetTimestamp() {
16
return
new
Date().getTime();
Callers
nothing calls this directly
Calls
2
GetDate
Function · 0.85
GetTime
Function · 0.85
Tested by
no test coverage detected