MCPcopy Create free account
hub / github.com/develop202/migu_video / getLogDateTime

Function getLogDateTime

utils/time.js:19–21  ·  view source on GitHub ↗
(date)

Source from the content-addressed store, hash-verified

17}
18
19function getLogDateTime(date) {
20 return `${getDateTimeStr(date)}:${String(date.getMilliseconds()).padStart(3, "0")}`
21}
22
23export { getDateString, getTimeString, getDateTimeString, getDateTimeStr, getLogDateTime }

Callers 1

basePrintFunction · 0.90

Calls 1

getDateTimeStrFunction · 0.85

Tested by

no test coverage detected