MCPcopy Create free account
hub / github.com/xerrors/Yuxi / formatRelativeTime

Function formatRelativeTime

web/src/utils/file_utils.js:4–4  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

2import { formatRelative, parseToShanghai } from '@/utils/time'
3
4export const formatRelativeTime = (value) => formatRelative(value)
5
6export const formatStandardTime = (value) => {
7 const parsed = parseToShanghai(value)

Callers

nothing calls this directly

Calls 1

formatRelativeFunction · 0.90

Tested by

no test coverage detected