Row 1Date -> Timestamp
Milliseconds: 1705321845123Timezone: UTC (Z)ISO: 2024-01-15T12:30:45.123Z
Fractional-second normalization
The supported ISO parser accepts a fractional-second sequence, but JavaScript Date stores time at millisecond precision. An input ending in .123456Z therefore normalizes to .123Z. This tool is free to use. No account or payment is required.
Last updated
The converter does not invent sub-millisecond storage. Additional fractional digits beyond milliseconds are discarded by the underlying Date representation.
.123456Z normalizes to .123Z.
2024-01-15T12:30:45.123456Z2024-01-15T12:30:45.123ZCommon questions
The JavaScript Date result retains millisecond precision; this example normalizes to .123Z.
No. Keep the original higher-precision source if those digits matter.
Debugging a specific Timestamp issue? Browse Timestamp troubleshooting.