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

Function parseDateToLocal

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

Source from the content-addressed store, hash-verified

318 * For internal logic, prefer parseDateToUTC.
319 */
320export function parseDateToLocal(dateString: string): Date {
321 return parseDateToLocalInternal(dateString);
322}
323
324/**
325 * Smart date parsing that detects timezone info and handles appropriately

Callers 15

renderSuggestionMethod · 0.90
extractNoteInfoFunction · 0.90
getNextDateStringFunction · 0.90
createScheduledTaskEventFunction · 0.90
createDueTaskEventFunction · 0.90

Calls 1

parseDateToLocalInternalFunction · 0.85

Tested by

no test coverage detected