Unix Timestamp Converter
Unix epoch ↔ date/time, with millisecond and time zone support
도구를 불러오는 중…
🔒 Everything runs 100% in your browser. Your files and input are never uploaded to any server.
Convert Unix timestamps (in seconds or milliseconds) into human-readable dates and times, and vice versa. It also shows the current timestamp live.
How to use
- Enter a timestamp (a number) or a date.
- Choose seconds or milliseconds.
- Check the converted value and copy it.
FAQ
- What is a Unix timestamp?
- It's the number of seconds (or milliseconds) elapsed since January 1, 1970, 00:00:00 UTC — the standard way of handling time in programming.
- How do I tell seconds from milliseconds?
- A 10-digit value is usually seconds, and a 13-digit value is milliseconds. The tool detects this automatically, but you can also set it manually.
- How are time zones handled?
- The result is shown in both your local time (based on your browser) and UTC.
