MCPcopy
hub / github.com/AutoMaker-Org/automaker / formatShortTime

Function formatShortTime

libs/utils/src/logger.ts:93–95  ·  view source on GitHub ↗

* Format short time for browser (HH:mm:ss.SSS)

()

Source from the content-addressed store, hash-verified

91 * Format short time for browser (HH:mm:ss.SSS)
92 */
93function formatShortTime(): string {
94 return new Date().toISOString().split('T')[1].slice(0, 12);
95}
96
97/**
98 * Format a log line for Node.js terminal output

Callers 1

createLoggerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected