You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
format and parse Temporal (PlainDate, PlainTime, PlainDateTime, ZonedDateTime) using date-fns-style tokens, with real validation — bad input throws instead of silently returning garbage. Locale-aware, no deps.
Timezone-safe date-only (YYYY-MM-DD) parsing, formatting, and math. Zero dependencies. A date is three plain integers, never an instant, so the off-by-one-day bug cannot happen.