Unix Timestamp Converter
Convert Unix timestamps (Epoch time) to human-readable dates and back. Handles seconds, milliseconds, and microseconds, showing dates in both local and UTC timezones.
About the Unix Timestamp Converter
A Unix timestamp is the number of seconds that have elapsed since the Unix epoch, which was 00:00:00 UTC on January 1, 1970. It's a universal standard used in computing to represent a point in time, free from timezone complications.
This tool provides a simple way to convert between this machine-readable number and a human-readable date. It automatically detects whether the timestamp is in seconds, milliseconds, or microseconds. You can also convert a human-readable date back into a timestamp.