Row 1Date -> Timestamp
Milliseconds: 1705321845123Timezone: UTC (Z)ISO: 2024-01-15T12:30:45.123Z
Timestamp precision
ISO 8601 can carry fractional seconds such as .123. VetaTool keeps that precision in the millisecond detail and normalized ISO value while the main Date to Timestamp output is integer Unix seconds. This tool is free to use. No account or payment is required.
Last updated
The primary Date to Timestamp result uses Math.floor to return whole Unix seconds. The details still expose the exact millisecond count and ISO value with .123 preserved.
The .123 fraction remains visible in both milliseconds and ISO details.
2024-01-15T12:30:45.123Z1705321845Common questions
The main output is whole Unix seconds. Use the Milliseconds detail for the exact sub-second instant.
Yes. The Milliseconds detail is 1705321845123 and the normalized ISO value keeps .123Z.
Debugging a specific Timestamp issue? Browse Timestamp troubleshooting.