When to use this tool
- Validate API date strings.
- Convert ISO timestamps into Unix epoch values.
- Check whether a Z suffix represents UTC.
Paste an ISO or RFC date string and convert it into UTC, local, and Unix timestamp formats.
ISO 8601 is a standard date-time format designed to be unambiguous across systems.
2026-06-27T10:00:00Z is an ISO 8601 timestamp for 10:00 UTC.
Z means the timestamp is in UTC.
It means the local time is five hours and thirty minutes ahead of UTC.