Unix Time Converter
Convert between Unix timestamps and human-readable dates.
Paste a Unix timestamp (seconds or milliseconds) and see the corresponding ISO 8601, UTC, and local-time representations, plus useful metadata like the day of week, day of year, and whether it falls in a leap year. Works the other way too — type a date and get the timestamp.
Common use cases: reading timestamps out of log files, debugging an "off by 24 hours" bug, planning expiry windows, converting JavaScript Date.now() output into something a human can read, and double-checking that your local clock is what you think it is.
Unix Timestamp
Format Guide
Frequently asked questions
What is a Unix timestamp?
00:00:00 UTC on 1 January 1970. A single integer that uniquely identifies an instant in time — and the format almost every operating system, database, and programming language uses internally.How do I tell seconds from milliseconds at a glance?
1700000000, that's seconds (≈Nov 2023); 1700000000000 is the same moment in milliseconds.What's the Year 2038 problem?
2038-01-19 03:14:07 UTC. Most modern systems use 64-bit timestamps and are unaffected, but legacy embedded systems, some databases, and old file formats still need attention before then.Why does my converted time look an hour off?
Other Converters
View all tools →Image to Base64
Convert images to Base64 encoded strings
Roman Numeral Converter
Convert between numbers and Roman numerals
Temperature Converter
Convert between Celsius, Fahrenheit, and Kelvin
Base Converter
Convert numbers between different bases (binary, octal, hex, etc.)
Color Converter
Convert colors between HEX, RGB, HSL, and more formats
JSON to TypeScript
Convert JSON to TypeScript type definitions
JSON to Rust
Convert JSON to Rust struct definitions
CSS Unit Converter
Convert between CSS units (px, em, rem, %, pt)
Text Case Converter
Convert text between different cases (camelCase, snake_case, etc.)
Timezone Converter
Convert times between timezones worldwide for meetings and global coordination
JSON to CSV
Convert JSON arrays to CSV format for spreadsheets and data export
CSV to JSON
Convert CSV data to JSON format for APIs and applications