Applies a calendar offset to a base date or datetime and returns the resulting date, its day of the week, and the full ISO timestamp. Any component may be negative to subtract.
date defaults to today. Month and year math is calendar-aware (e.g. adding 1 month to Jan 31 lands on the last day of February). Components may be negative. Computed locally.
Base date or datetime (YYYY-MM-DD or ISO 8601). Defaults to today.
Days to add (negative to subtract).
Hours to add (negative to subtract).
Weeks to add (negative to subtract).
Years to add (negative to subtract).
Months to add (negative to subtract).
Minutes to add (negative to subtract).
Seconds to add (negative to subtract).