Converters

Timestamp Batch Converter

Convert multiple Unix timestamps, millisecond timestamps, and date strings at once into UTC, local time, ISO strings, seconds, and milliseconds.

View all Converters

No rows converted yet.

InputDetectedUTCLocalSecondsMilliseconds

Continue Workflow

Related tools to try next

All tools
Browser Local No sign-up

Example

Convert mixed timestamp values

Auto mode detects common 10-digit seconds and 13-digit millisecond timestamps.

Input


                        1700000000
1700000000000
2026-06-08T12:00:00Z
                      

Output


                        Each line is converted into UTC, local, ISO, seconds, and milliseconds columns.
                      

Practical Notes

How to Use

  1. 1. Paste one timestamp or date string per line.
  2. 2. Choose auto-detect, seconds, milliseconds, or date string mode.
  3. 3. Click Convert Batch to produce a table and CSV output.
  4. 4. Copy the CSV when you need to move the results into a spreadsheet or ticket.

Features

Use Cases

Frequently Asked Questions

Can this convert both seconds and milliseconds?
Yes. Auto mode treats large numeric values as milliseconds and smaller Unix-style values as seconds. You can also force seconds or milliseconds manually.
Can I paste ISO date strings?
Yes. Auto mode and Date string mode can parse values such as 2026-06-08T12:00:00Z when the browser Date parser supports the format.
Does this handle time zones?
It displays each converted moment in UTC and in your browser local time. Date strings with explicit offsets are interpreted according to that offset.
Is my timestamp data uploaded?
No. Batch conversion runs locally in your browser.