timestamp
Convert any moment between Unix epoch, ISO 8601, RFC 3339, and human-readable formats. Auto-detects epoch resolution, supports natural language dates like 'next monday', and optional timezone.
Instructions
Convert any moment in time between formats. Bidirectional Unix epoch ↔ ISO 8601 ↔ RFC 3339 ↔ human-readable. Auto-detects epoch resolution. Accepts strtotime-style natural language ("next monday", "+2 weeks"). Optional timezone for local components.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | No | Date/time string or Unix epoch as a string. Omit for current time. | |
| timezone | No | IANA timezone name e.g. 'Europe/Madrid' | UTC |