Your data never leaves your browser
Timestamp Converter
Convert between Unix timestamps and human-readable dates. All processing happens in your browser.
Current Time
Unix (s): 1771714815
Unix (ms): 1771714815079
UTC: Sat, 21 Feb 2026 23:00:15 GMT
Local: Sat, Feb 21, 2026, 11:00:15 PM UTC
Unit:
Common Timestamps
What is a Unix Timestamp?
A Unix timestamp (also called Epoch time or POSIX time) is the number of seconds that have elapsed since January 1, 1970 00:00:00 UTC. It's a universal way to represent a point in time as a single integer, used widely in programming, databases, APIs, and log files. This tool converts between Unix timestamps and human-readable date formats instantly.
How to Use
- Enter a Unix timestamp (in seconds or milliseconds) to see the corresponding date and time
- Or use the date/time picker to generate a Unix timestamp from a specific date
- Click "Now" to fill in the current time instantly
- Copy any output value with one click using the copy buttons
Use Cases
- Debugging API responses that return timestamps as integers
- Converting log file timestamps to readable dates for incident analysis
- Generating Unix timestamps for database queries and cron job scheduling
- Checking token expiration times in JWT payloads or OAuth flows
Privacy & Security
All timestamp conversions happen entirely in your browser using the native JavaScript Date API. No data is sent to any server.
Ad