Convert Unix timestamps to human-readable dates and vice versa.
DeveloperUnix Timestamp → Human Date
Human Date → Unix Timestamp
To convert a Unix timestamp to a date: paste the timestamp (seconds or milliseconds) into the top input and the tool auto-detects the unit.
Click the 'Now' button to instantly fill in the current Unix timestamp.
To convert a date to Unix: use the date-time picker in the second section and the seconds and milliseconds values appear instantly.
Click Copy next to any output to copy the value to your clipboard.
APIs often return timestamps as Unix seconds or milliseconds. Paste the value here to instantly see what date and time it represents.
Server logs frequently use Unix timestamps. Convert them to readable dates to understand when events occurred relative to each other.
Verify that created_at and updated_at columns in your database hold the correct datetime by converting them here.
When writing cron expressions or scheduling tasks, convert a target date to Unix to use directly in code or configuration.
Timestamp Converter translates Unix timestamps to human-readable dates and back — supporting seconds and milliseconds, multiple formats (ISO 8601, UTC, Thai local time, relative), and a date picker for reverse conversion.
Convert JSON arrays to CSV format instantly — paste JSON, download CSV.
Format, validate, and minify JSON instantly with adjustable indentation.
Encode or decode Base64 strings — runs entirely in your browser.
Safely encode or decode URL components for query strings and paths.