MCPcopy Index your code
hub / github.com/CodebuffAI/codebuff / formattedTime

Function formattedTime

freebuff/web/src/app/live/live-client.tsx:47–53  ·  view source on GitHub ↗
(iso: string)

Source from the content-addressed store, hash-verified

45]
46
47function formattedTime(iso: string): string {
48 return new Intl.DateTimeFormat(undefined, {
49 hour: 'numeric',
50 minute: '2-digit',
51 second: '2-digit',
52 }).format(new Date(iso))
53}
54
55function projectPoint(lat: number, lon: number) {
56 const lambda = (lon * Math.PI) / 180

Callers 1

LiveClientFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected