MCPcopy
hub / github.com/callumalpass/tasknotes / parseDate

Function parseDate

src/utils/dateUtils.ts:330–332  ·  view source on GitHub ↗
(dateString: string)

Source from the content-addressed store, hash-verified

328 * @deprecated Use parseDateToUTC for internal logic or parseDateToLocal for UI.
329 */
330export function parseDate(dateString: string): Date {
331 return parseDateToLocalInternal(dateString);
332}
333
334/**
335 * Safe date comparison that handles mixed timezone contexts

Calls 1

parseDateToLocalInternalFunction · 0.85

Tested by

no test coverage detected