Convert Unix epoch timestamps into human-readable date formats (UTC & Local Time) and vice versa.
What is Unix Epoch time?
It tracks time as a running total of seconds that have elapsed since 00:00:00 Coordinated Universal Time (UTC), Thursday, 1 January 1970, not counting leap seconds.
Enter a Unix timestamp integer or choose current time.
Inspect converted UTC and Local ISO date strings.
Convert human-readable dates back into Unix epoch seconds.
Epoch time is the number of seconds that have elapsed since January 1, 1970 (00:00:00 UTC).