(value)
| 2 | import { formatRelative, parseToShanghai } from '@/utils/time' |
| 3 | |
| 4 | export const formatRelativeTime = (value) => formatRelative(value) |
| 5 | |
| 6 | export const formatStandardTime = (value) => { |
| 7 | const parsed = parseToShanghai(value) |
nothing calls this directly
no test coverage detected