MCPcopy Create free account
hub / github.com/ZenNotes/zennotes / toIsoDateLocal

Function toIsoDateLocal

packages/shared-domain/src/tasks.ts:352–354  ·  view source on GitHub ↗
(d: Date)

Source from the content-addressed store, hash-verified

350 * timezone — same encoding the parser produces for `due:`. Re-exported
351 * for UIs that need to align with task `due` strings. */
352export function toIsoDateLocal(d: Date): string {
353 return toIsoDate(d)
354}
355
356/** Tasks scheduled for the given local date (ISO YYYY-MM-DD). Excludes done
357 * (checked) tasks but KEEPS `@waiting` tasks, so a waiting task with a due date

Callers 8

dropMutationsForFunction · 0.90
TasksCalendarFunction · 0.90
addDaysIsoFunction · 0.90
moveSelectionFunction · 0.90
goToMonthFunction · 0.90
goToTodayFunction · 0.90
handlerFunction · 0.90

Calls 1

toIsoDateFunction · 0.70

Tested by

no test coverage detected