ISO 8601 to Unix Timestamp
—
Conversion happens locally in your browser. No data is sent to any server.
Convert ISO 8601 date to Unix timestamp (seconds since epoch).
Conversion happens locally in your browser. No data is sent anywhere.
FAQ
- What ISO 8601 formats are supported?
- Standard formats like 2024-01-15, 2024-01-15T14:30:00, and 2024-01-15T14:30:00Z are supported.
- What timezone is used?
- Dates without timezone info are treated as local time. Add Z for UTC or +/-HH:MM for specific timezones.