time_convert
Convert and explain a date/time: epoch ms/s, ISO 8601, or relative ("2h ago"). Cross-convert timezones (IANA names like America/New_York). Naive inputs treated as UTC.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to_tz | No | IANA timezone to convert to (comma-separated for several), e.g. Europe/Berlin. Default: UTC only | |
| value | Yes | Time input: ISO 8601, epoch seconds or milliseconds, or relative like "2h ago" / "in 3 days" / "now" | |
| from_tz | No | IANA timezone the input is in, e.g. America/New_York. Use when the input is a wall-clock time without an offset |