Supports seconds, milliseconds, microseconds and nanoseconds
Format | |
GMT | |
Local Timezone | |
Relative Time |
Timestamp (s) | |
Timestamp (ms) | |
GMT | |
Local Timezone | |
Relative Time |
Unix timestamp is an integer representing the number of seconds elapsed since January 1, 1970 00:00:00 UTC (the Unix Epoch).
- Start time: January 1, 1970 00:00:00 UTC, timestamp: 0
- End time: January 19, 2038 03:14:07 UTC, timestamp: 2,147,483,647
* Note: This limitation is based on 32-bit systems. 64-bit systems can represent ±292,277,026,596 years.
On 32-bit systems, Unix timestamp will reach its maximum value of 2,147,483,647 on January 19, 2038 03:14:07 UTC, potentially causing overflow issues. Modern 64-bit systems are not affected by this limitation.