Expand description
Core transformation logic for TARDIS.
Converts a natural-language date expression into a formatted string, applying optional presets and an explicit time-zone/context “now”.
Structs§
- App
- Immutable application context passed to
process. - Preset
- Pairing of a named preset with a strftime format string.
- Process
Output - Result of processing a date expression.
Functions§
- process
- Parse
app.date, resolve the effective format, and render a string.