Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cortexkit/magic-context
/ pad
Function
pad
packages/cli/src/lib/logs-opencode.ts:27–27 ·
view source on GitHub ↗
(value: number)
Source
from the content-addressed store, hash-verified
25
26
function
formatTimestamp(date: Date): string {
27
const
pad = (value: number) => String(value).padStart(2,
"0"
);
28
return
[
29
String(date.getFullYear()),
30
pad(date.getMonth() + 1),
Callers
1
formatTimestamp
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected