
tilwhen date engine
Deterministic date arithmetic with auditable receipts: business days, due dates, holidays.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение
Что умеет
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
Deterministic date arithmetic with auditable receipts: business days, due dates, holidays.
Список инструментов сервера (9)
Технические названия из tools/list. Нужны только разработчикам.
| parse_date_query | Parses queries like "90 business days from today in uganda" into a normalized operation, answers it, and returns the auditable receipt. Ambiguous dates (03/04/2027) return needsClarification instead of a guess. |
| add_days | The date N whole calendar days after a date (exclusive counting: the start date is day 0). |
| subtract_days | The date N whole calendar days before a date. |
| days_between | Signed whole calendar days from one date to another, midnight to midnight, endpoints exclusive (the gap). |
| business_days | Span mode (from+to): business days between two dates, exclusive of the start day, inclusive of the end day. Add mode (days, optional date): the date N business days away. Optional holiday jurisdiction or custom calendar, and a selectable working week. |
| invoice_due | Due date for Net-N payment terms (calendar days, invoice date = day 0). Optional roll-forward past weekends and, with a jurisdiction or custom calendar, public holidays. |
| next_occurrence | The next occurrence strictly after the base date (default today) of either a tracked event slug (e.g. "christmas") or a weekday (0 = Sunday .. 6 = Saturday). Provide exactly one of event/weekday. |
| holidays | Observed public holidays with the nominal (legal) date and status: rule (statutory) or declared (officially declared for that year). Declared-only holidays are omitted for undeclared years, with a holiday_data_incomplete warning. |
| explain | Runs any operation and returns the receipt plus human-readable derivation steps. Accepts the same fields as the other tools, discriminated by op. |