MCPcopy Create free account
hub / github.com/coder/coder / relativeTime

Function relativeTime

site/src/utils/time.ts:98–100  ·  view source on GitHub ↗
(date: DateTimeInput)

Source from the content-addressed store, hash-verified

96
97// Relative time functions
98export function relativeTime(date: DateTimeInput) {
99 return dayjs(date).fromNow();
100}
101
102/**
103 * Returns a compact relative time string like "now", "5m", "2h",

Callers 8

InboxItemFunction · 0.90
LastSeenFunction · 0.90
TaskLogPreviewFunction · 0.90
TaskRowFunction · 0.90
SecretsTableFunction · 0.90
JobRowFunction · 0.90
ProvisionerKeyRowFunction · 0.90
ProvisionerRowFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected