Epoch Milliseconds Converter

Enter epoch milliseconds or ISO date string. Get the other representation.

Epoch Milliseconds Converter

How it works

We use Date.parse and getTime() to convert.

When to use it

Logs, API timestamps.

Frequently asked questions

Timezone?

Epoch is UTC; display can be local.

Seconds?

Divide/multiply by 1000 for seconds.