MCPcopy Create free account
hub / github.com/CommonstackAI/UncommonRoute / fmtTime

Function fmtTime

frontend/dashboard/src/components/Feedback.tsx:21–23  ·  view source on GitHub ↗
(ts: number)

Source from the content-addressed store, hash-verified

19};
20
21function fmtTime(ts: number): string {
22 return new Date(ts * 1000).toLocaleTimeString([], { hour: "2-digit", minute: "2-digit", second: "2-digit" });
23}
24
25function normalizeTier(tier: string): string {
26 return tier;

Callers 1

FeedbackFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected