MCPcopy
hub / github.com/conwnet/github1s / relativeTimeTo

Function relativeTimeTo

extensions/github1s/src/helpers/date.ts:11–11  ·  view source on GitHub ↗
(date: dayjs.ConfigType)

Source from the content-addressed store, hash-verified

9dayjs.extend(relativeTimePlugin);
10
11export const relativeTimeTo = (date: dayjs.ConfigType) => dayjs().to(dayjs(date));
12
13export const toISOString = (date: dayjs.ConfigType) => dayjs(date).toISOString();

Calls

no outgoing calls

Tested by

no test coverage detected