Row 1Timestamp -> Date
ISO: 2038-01-19T03:14:07.000ZSeconds: 2147483647Milliseconds: 2147483647000
Unix time boundary
2147483647 seconds after the Unix epoch is 2038-01-19T03:14:07Z. It is also the maximum positive value of a signed 32-bit integer, which is why older 32-bit time representations are associated with the Year 2038 problem. This tool is free to use. No account or payment is required.
Last updated
VetaTool can display this instant using JavaScript Date. A legacy 32-bit timestamp field may have a different supported range, so compatibility must be checked where the value is consumed.
The classic signed 32-bit maximum maps to this UTC instant.
21474836472038-01-19T03:14:07.000ZCommon questions
No. It only converts the value. Check the target platform's integer and time representation to determine its actual limit.
Yes. It represents 2038-01-19T03:14:07Z.
Debugging a specific Timestamp issue? Browse Timestamp troubleshooting.