- Which formats does it show?
- ISO 8601 (2024-01-15T10:30:00Z), RFC 2822, Unix epoch (seconds and ms), DD/MM/YYYY, MM/DD/YYYY, and locale-specific (en-US, de-DE, fr-FR).
- Does it handle timezones?
- Yes — input in any timezone, output in UTC or another timezone. DST transitions are handled correctly.
- What about relative dates?
- Input 'yesterday', '2 days ago', 'next Monday' — the tool parses natural language. For precise dates, use absolute format.
- Why do different services use different formats?
- Historical and ecosystem reasons. RFC 2822 for email. ISO 8601 for APIs. Unix epoch for distributed systems. The tool shows all so you can pick per context.