CONVERT · LOCAL FIRST
Convert between Unix timestamps and dates
Translate second or millisecond epoch values into readable dates and inspect the current time.
Timestamp Open →HOW TO USE
How to use
- 01
Enter a Unix timestamp or a date and time.
- 02
Confirm whether the timestamp uses seconds or milliseconds and choose the direction.
- 03
Compare local and standard-time results, then copy the value you need.
USE CASES
Use cases
Read a log timestamp
Convert a numeric event time into a readable date.
Create an API parameter
Turn a scheduled date into a Unix timestamp for an API.
FAQ
Frequently asked questions
How do I distinguish seconds and milliseconds?
A 10-digit value commonly represents seconds and a 13-digit value milliseconds; verify it using the displayed result.
Why does the time zone change?
A Unix timestamp represents a UTC instant, while the displayed date may use your browser's local time zone.