Timestamp Converter
Convert Unix timestamps into readable dates and convert dates back into Unix timestamps.
Unix timestamps represent time as the number of seconds since January 1, 1970 UTC. They are the standard way computers store and exchange time values, but they are not human-readable without conversion.
This converter translates Unix timestamps (in seconds or milliseconds) into readable date strings in both UTC and local time, and converts dates back to timestamps. It helps developers quickly move between Unix timestamps and readable local, UTC, and ISO date formats.
Local
7/21/2026, 9:38:25 PM
UTC
Wed, 22 Jul 2026 01:38:25 GMT
ISO
2026-07-22T01:38:25.000Z
How to Use
Follow these quick steps to get the result you need.
Enter a Unix timestamp to convert it into readable date formats.
Review the local, UTC, and ISO outputs in the results panel.
Enter a date and time to convert it back into a Unix timestamp.
Related Code Tools
Try these other tools in the same category.
JSON Formatter
Format, validate, and clean up JSON for easier debugging.
Regex Tester
Test patterns, matches, groups, and replace output against sample text.
JWT Decoder
Decode JWT headers and payloads instantly for auth debugging.
HTML Formatter / Minifier
Format or minify HTML markup for faster editing and cleanup.