Row 1Date -> Timestamp
Milliseconds: 1709164800000Timezone: UTC (Z)ISO: 2024-02-29T00:00:00.000Z
Leap-year date parsing
February 29 is valid only in a leap year. VetaTool validates the calendar fields before conversion, so 2024-02-29 converts normally while impossible dates are rejected. This tool is free to use. No account or payment is required.
Last updated
The parser reconstructs the UTC calendar components and rejects dates that JavaScript might otherwise normalize into another day or month.
2024 is a leap year, so February 29 is accepted.
2024-02-29T00:00:00Z1709164800Common questions
No. 2023 is not a leap year, so February 29 is not a valid calendar date.
The example explicitly uses Z, so the instant is UTC.
Debugging a specific Timestamp issue? Browse Timestamp troubleshooting.