Convert UNIX timestamps to human-readable dates and vice versa. Free online tool for quick timestamp conversion with support for seconds and milliseconds formats.
About this tool
A UNIX timestamp is the number of seconds that have elapsed since January 1, 1970 00:00:00 UTC (the Unix epoch), excluding leap seconds.
Simply enter the UNIX timestamp in the input field and click 'Convert to date'. The tool will display the date in multiple formats including local time, ISO 8601, and RFC 2822.
Yes, enter the year, month, day, hour, minute, and second in the corresponding fields and click 'Convert to UNIX' to get the timestamp.
The Year 2038 problem affects systems using 32-bit signed integers to store timestamps. On January 19, 2038 at 03:14:07 UTC, the timestamp will exceed the maximum value (2,147,483,647), causing overflow errors. Modern 64-bit systems are not affected.