ToolVault

Unix Timestamp Converter

Convert a Unix epoch timestamp into a readable UTC and local date, or pick a date and time to get the matching epoch value. It handles both seconds and milliseconds and updates live as you type. Everything runs in your browser, so nothing is sent to a server.

Timestamp to date

UTC
2026-05-29 01:27:45 UTC
Local time
2026-05-29 01:27:45

Date to timestamp

Epoch (seconds)
1780018065
Epoch (milliseconds)
1780018065000

Frequently asked questions

What is a Unix timestamp in seconds versus milliseconds?+

A Unix timestamp counts the time elapsed since January 1, 1970 UTC. Most systems store it in seconds, while JavaScript and many APIs use milliseconds, which are 1000 times larger. This converter detects and supports both.

How do I convert a Unix timestamp to my local time zone?+

Enter the epoch value and the tool shows both the UTC datetime and the local datetime based on your device clock and time zone settings, so you can read whichever you need.

How do I convert a date back into a Unix timestamp?+

Use the date and time picker. As you change the value the tool instantly shows the matching epoch in seconds and in milliseconds, ready to copy.