1. Inspecting Standard and Extended Durations
Backend EngineerBackground
A backend engineer needs to verify incoming schedule configurations containing mixed duration formats, including week designators and negative intervals.
Problem
The system must confirm that all duration strings parse into correct individual time components before saving them into the database.
How to use
Set mode to 'Parse & Inspect', input duration strings separated by newlines, and set the anchor datetime.
mode: parse
durationsInput: P1Y2M3DT4H5M6S\nP3W\nPT36H\n-PT30M\nP0D\nP2W3D
anchorDatetime: 2026-01-15T00:00:00ZOutcome
Receives a component table showing canonical formats, humanized text, exact seconds relative to the anchor, and flags for 8601-2 extensions.