MCPcopy 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
11function GetTimeDate() {
12 return `${GetDate()}_${GetTime()}`;
13}
14
15function GetTimestamp() {
16 return new Date().getTime();

Callers

nothing calls this directly

Calls 2

GetDateFunction · 0.85
GetTimeFunction · 0.85

Tested by

no test coverage detected