Unix Timestamp Converter and Epoch Time Tool

A Unix timestamp converter earns its keep when you are moving between human time and machine time repeatedly. This page covers both

Setup
Convert between calendar datetime and epoch units

Create Unix timestamp from date/time

These date/time selectors update the first output block (epoch timestamp and formatted variants).
Year

Epoch to date/time

This input updates the second output block and syncs the left date/time selectors.
Convert Epoch -> Date
Detection: auto
Translate timestamps safely between seconds/milliseconds and human-readable formats.

Interpretation

Tip: JavaScript usually emits milliseconds (`Date.now()`), while many APIs/logs use seconds.

Outputs

From left date/time selectors
Epoch timestamp:  
Readable time (GMT):  
Readable time (your local time zone):  
ISO 8601 time:  
RFC 2822 time:  

From right epoch input
Readable time (GMT):  
Readable time (your local time zone):  
ISO 8601 time:  
RFC 2822 time:  
Relative time:  

Timestamp diff (optional)

Compare
Add timestamp B and compare elapsed time.

Before software should be reusable, it should be usable.

Ralph Johnson

CodersTool Categories