Loading...
Loading...
We use cookies to enhance your experience, analyze site usage, and serve personalized content. By clicking "Accept All," you consent to our use of cookies. See our Cookie Policy and Privacy Policy for details.
Convert Unix timestamps to human-readable dates and back
Timestamp converter with auto-detection of Unix (seconds/milliseconds), ISO 8601, and human-readable date formats. Converts to 11 different output formats including Unix seconds, Unix milliseconds, ISO 8601, RFC 2822, UTC string, locale date/time strings, relative time ("2 hours ago"), and Japanese/Chinese date formats. Features a timezone selector, Now button, countdown timer to a target timestamp, diff calculator between two timestamps, and leap year detection.
Timestamps appear in many formats across APIs, databases, and logs — converting between them manually is tedious and error-prone. This tool detects the input format automatically and provides every common output format in one view.
Backend developers, API integrators, database administrators, QA engineers, and anyone working with time data across different systems and timezones.
Paste or type a timestamp into the input field — the tool auto-detects Unix (seconds/milliseconds), ISO 8601, or human-readable format.
View the 11 output formats in the results grid, each labeled with its format name.
Select a target timezone from the dropdown to convert all outputs to that timezone.
Click the Now button to insert the current Unix timestamp (in seconds) into the input.
Use the Diff tab to enter two timestamps and see the difference in seconds, minutes, hours, days, and weeks.
Switch to the Countdown tab to set a future timestamp and watch a live countdown timer.
Input: "1735689600" (auto-detected as Unix seconds) → Outputs include: ISO 8601 "2025-01-01T00:00:00.000Z", RFC 2822 "Wed, 01 Jan 2025 00:00:00 +0000", relative "1 year ago"Input: "2025-12-25T14:30:00" with timezone America/New_York → Outputs include: Unix seconds 1735677000, Japan time "2025-12-26 04:30:00 JST"ambiguous abbreviations are not supported.
Unix timestamps can represent dates from 1901 to 2038 (32-bit) and beyond (64-bit timestamps handled).
Convert JSON data to CSV format with advanced formatting options
Convert CSV data to JSON format with advanced parsing options
Generate TypeScript interfaces and types from JSON data
Convert Markdown to HTML with live preview and GFM support
Dive deeper with our comprehensive guides and tutorials.