Timestamp Converter
Convert Unix timestamps to dates and back
How to use
- Paste a Unix timestamp to see the human-readable date and time.
- Or pick a date to get its Unix timestamp.
- Copy the value you need.
Why use this tool
- Both directions: Convert Unix timestamps to dates and dates back to timestamps.
- Seconds & milliseconds: Handles both common timestamp resolutions.
- 100% private: Everything runs in your browser. Your data is never uploaded to a server, so it's safe for confidential content.
Frequently asked questions
What is a Unix timestamp?
It's the number of seconds (or milliseconds) since January 1, 1970 UTC — a compact, timezone-free way to store a moment in time.
Seconds or milliseconds?
Unix timestamps are usually in seconds, but JavaScript uses milliseconds. The tool handles both so you don't have to guess.
Does it show my local time?
Yes — converted dates are shown in your local timezone, computed in your browser.
Back to all tools