Unix Timestamp Converter
Convert between Unix timestamps and human-readable dates in your local timezone.
Result
Copied!
Enter a timestamp or click Now.
How It Works
Enter a Unix timestamp (seconds or milliseconds since 1970-01-01 UTC) to see it rendered as a human-readable date and time, or pick a date to get the corresponding timestamp. All conversions happen in your browser using the JavaScript Date API, with both local time and UTC displayed.
Use Cases
- Reading timestamps from server logs or database records
- Debugging epoch values in API responses
- Converting a known date into the number to use in a query
- Checking how many seconds remain until a deadline