timestamper.online

Batch Unix Timestamp Converter

Paste or upload a CSV file to convert a list of values. Supports Unix seconds → ISO date and Date string → Unix seconds. Results can be downloaded as CSV.

Batch Timestamp Converter
Paste or upload a list of values. Convert Unix seconds ⇄ Date (ISO/local parseable). Download results as CSV.

Enter 10-digit seconds or 13-digit milliseconds (auto detection).

How to use

  1. Select conversion mode: Unix → Date or Date → Unix.
  2. Paste values into the text area (first column), or upload a CSV file. The first row may be a header.
  3. Click Start to convert. Preview results below.
  4. Click Download CSV to export the results.

Notes

  • Unix timestamps are treated as seconds. If you have milliseconds (13 digits), divide by 1000 first.
  • Date parsing uses your browser (ECMAScript Date). Prefer ISO 8601 format for accuracy, e.g. 2023-10-11T00:00:00Z.
  • No data leaves your browser except the API request; you can also adapt to a client‑only mode.