How to Convert Unix Timestamps to Dates Online

Unix timestamps (also called epoch time) represent dates as the number of seconds since January 1, 1970 UTC. They're used extensively in programming, databases, and APIs for storing dates in a universal, timezone-independent format. This guide shows you how to convert Unix timestamps to readable dates (and vice versa) using fixie.tools — a free online converter that supports multiple timezones, milliseconds, and batch conversion, with no signup required.

Step 1: Open the Timestamp Converter

Navigate to fixie.tools/timestamp in your web browser. The tool converts between Unix timestamps and human-readable dates in both directions. All conversions happen in your browser with no server communication. No account or installation is required.

Step 2: Choose Conversion Direction

Select whether you want to convert a Unix timestamp to a date, or convert a date to a Unix timestamp. For timestamp to date, you'll paste a numeric timestamp (like 1709567400). For date to timestamp, you'll use a date picker to select a specific date and time. The tool supports both directions for bidirectional conversion.

Step 3: Enter Your Timestamp or Date

For timestamp-to-date conversion, paste your Unix timestamp into the input field. The tool automatically detects whether it's in seconds (10 digits, like 1709567400) or milliseconds (13 digits, like 1709567400000). For date-to-timestamp conversion, use the date picker to select a date and time, or type it manually in a standard format like 'YYYY-MM-DD HH:MM:SS'.

Step 4: Select Your Timezone

Choose the timezone you want to display the date in. The default is your browser's local timezone, but you can convert to any timezone including UTC, EST, PST, GMT, and hundreds of others. This is useful when working with logs from different regions or scheduling events across timezones. The tool shows both the selected timezone and UTC for reference.

Step 5: View and Copy Results

The conversion result appears instantly in multiple formats: full date and time (2024-03-04 15:30:00), ISO 8601 format (2024-03-04T15:30:00Z), relative time ('2 days ago'), and the raw Unix timestamp. Use the copy buttons to grab the format you need for your application. The tool also shows the day of week and can display results in multiple timezones simultaneously for comparison.

Frequently Asked Questions

Is the timestamp converter free to use?
Yes, Fixie's Unix Timestamp Converter is completely free with no signup requirements, no usage limits, and no ads. All conversions happen in your browser, so there are no server costs or restrictions. Unlike some tools that limit free usage, Fixie provides full functionality at no cost.
What is a Unix timestamp?
A Unix timestamp is the number of seconds (or milliseconds) since January 1, 1970 00:00:00 UTC, also called the Unix epoch. For example, timestamp 1709567400 represents March 4, 2024 15:30:00 UTC. Unix timestamps are timezone-independent and make date calculations simple, which is why they're widely used in programming and databases.
What's the difference between seconds and milliseconds timestamps?
Standard Unix timestamps count seconds (10 digits, like 1709567400). JavaScript and some other systems use milliseconds (13 digits, like 1709567400000). The tool automatically detects which format you're using based on the number of digits. When generating timestamps, choose the format your system expects.
Why do I see different dates than expected?
Timestamps are always in UTC (universal time), but the tool displays them in your selected timezone by default. If you see unexpected dates, check your timezone setting. Also verify whether your timestamp is in seconds or milliseconds — using the wrong format shifts dates by decades. Make sure the timezone shown matches what you expect.
How do I convert multiple timestamps at once?
Use the batch conversion feature by pasting multiple timestamps (one per line) into the input field. The tool will convert all of them at once, displaying results in a table. This is useful when analyzing logs, database exports, or API responses with many timestamps. You can export the results as CSV for further analysis.

Related Tools