Developer Tools
Unix Timestamp Converter
Convert Unix epoch timestamps to human-readable dates in your local timezone, UTC, and ISO 8601 format, and convert any date back to a Unix timestamp. Handles both seconds and milliseconds.
Timestamp → Human date
Paste a Unix timestamp in seconds or milliseconds
Date → Unix timestamp
Pick a date and time to convert
Features
- Converts Unix timestamp → local time, UTC, ISO 8601, relative time
- Converts any date → Unix timestamp in seconds and milliseconds
- 'Now' button inserts the current timestamp
- Handles both second and millisecond timestamps
- Shows relative time (e.g. '3 days ago')
- Browser-only. No server needed
How to use it
- Paste a Unix timestamp (seconds or ms) in the timestamp field.
- Local, UTC, and ISO dates appear instantly.
- Or enter a date and time to get its Unix timestamp.
- Click 'Use Now' to insert the current timestamp.
Use cases
- Debugging API responses with epoch timestamps
- Converting log timestamps to readable dates
- Finding the Unix timestamp for a specific deployment time
- Interpreting JWT expiry (exp) and issued-at (iat) timestamps
Limitations
- Timestamps before 1 January 1970 (negative values) are supported but display depends on browser timezone handling.
Related tools
Number Base Converter
Convert numbers between decimal, binary, octal, and hexadecimal simultaneously. Type in any base and see all others update live. Browser-only, free.
Use toolCron Expression Explainer
Explain any cron expression in plain English. Shows the schedule, next run times, and breaks down each field, browser-based, free.
Use toolHash Generator
Generate cryptographic hashes from text in your browser. Supports MD5, SHA-1, SHA-256, and SHA-512. No upload, computed locally using the Web Crypto API.
Use toolJSON Formatter
Format and beautify JSON online. Paste minified or messy JSON and get clean, 2-space indented output with syntax validation, instant, in-browser, no upload.
Use toolJSON Validator
Validate JSON syntax online with exact error messages. Get line number, column, and a human-readable explanation for every JSON error, processed in your browser.
Use toolJSON Minifier
Minify JSON by removing all whitespace and line breaks. Paste pretty JSON, get compact JSON for APIs, payloads, and config files. Browser-only, free.
Use toolFrequently asked
How do I know if my timestamp is in seconds or milliseconds?
Unix timestamps in seconds are ~10 digits (e.g. 1717200000). Timestamps in milliseconds are ~13 digits. The tool auto-detects based on magnitude.