Epoch (Unix Timestamp) Batch Converter
Paste one Unix timestamp or date per line and convert the whole list at once. Each line is handled on its own, so a single bad value never breaks the rest, and you can copy the results or download them as CSV.
How to batch convert Unix timestamps
- Paste your timestamps or dates, one value per line, into the box.
- Pick a direction (epoch to date or date to epoch) and the seconds or milliseconds unit.
- Read the results table, then copy it or download a CSV. Bad lines are flagged in place.
Examples
Epochs to UTC dates
0 1700000000
1970-01-01T00:00:00.000Z 2023-11-14T22:13:20.000Z
Dates to epoch seconds
2023-11-14T22:13:20.000Z
1700000000
Frequently asked questions
What is a Unix epoch timestamp?
It is the number of seconds (or milliseconds) since midnight UTC on 1 January 1970, the Unix epoch. It stores an instant with no time zone, which makes it common in logs, databases and APIs.
Does it handle seconds and milliseconds?
Yes. Pick the unit explicitly, or for epoch to date leave it on auto and each line is judged by size: values of 1e12 or more are read as milliseconds, smaller ones as seconds. Output dates are always UTC.
What happens if one line is invalid?
Only that line fails. The converter processes each line independently, marks the bad one with an error in the results table, and converts every other line normally. Blank lines are skipped.
What date format should I paste for date to epoch?
Use ISO 8601, such as 2023-11-14T22:13:20.000Z. A trailing Z means UTC; an offset like +05:30 is also accepted. Without an offset the value is read in UTC so results stay consistent.
Can I export the converted values?
Yes. Copy the two-column results as text, or download them as a CSV with input and output columns that opens directly in Excel, Google Sheets or any spreadsheet.
Is my data sent to a server?
No. Every conversion runs entirely in your browser, so the timestamps and dates you paste never leave your device.
Related tools
Time Zone Converter
Convert a date and time from one time zone to another. Pick any two IANA zones and see the converted time with UTC offsets. Handles DST automatically.
Date Difference Calculator
Find the number of days, weeks, business days and years, months and days between two dates. Enter a start and end date to see the full breakdown.
Time Duration Calculator
Find the duration between two times of day. Enter a start and end time to get hours and minutes, total minutes and decimal hours, including overnight shifts.
Add Business Days Calculator
Add or subtract working days from a date, skipping weekends and any holidays you list. See the result date and its day of the week instantly.
Add Days Calculator
Add or subtract calendar days from any date and see the result with its day of the week. Free, instant and works for past or future dates.
Add Time Calculator
Add or subtract hours and minutes from a time of day. See the new clock time and whether it crosses into another day. Free and private.