Epoch Batch Conversion Tool

Tools on this page

  1. Convert FROM epoch/timestamp (make it readable)
  2. Convert TO epoch/timestamp (create timestamps)

With this tool, you can export your lists to CSV (Excel). Always double-check your results.

Convert epoch dates to human-readable dates

Copy your list of Unix epoch timestamps below (max. 2000).
This script also accepts lists of timestamps in milliseconds (1/1,000 second) or microseconds (1/1,000,000 second).

: GMT/UTC
Output to:





:

Convert human-readable dates to epoch dates

Output to:





:

Allowed input formats:
2024-03-19T01:20:25+00:00 (ISO 8601)
Tue, 19 Mar 2024 01:20:25 +0000 (RFC 2822)
19 March 2024 12:34 GMT
March 19, 2024
2024-03-19 (Y-M-D)
03/19/2024 (M/D/Y)
20240319 (YMD)
... and many more (just try and verify the results).
If you don't specify a timezone GMT/UTC is used.
Special characters are stripped.