ISO 8601 to Timestamp (ms)
—
Conversion happens locally in your browser. No data is sent to any server.
Convert ISO 8601 date to Unix timestamp in milliseconds.
Conversion happens locally in your browser. No data is sent anywhere.
FAQ
- Why use milliseconds instead of seconds?
- Milliseconds provide more precision and are the standard in JavaScript and many web APIs.
- How do I convert to seconds?
- Divide the millisecond timestamp by 1000, or use our timestamp (seconds) converter.