Back to Tools

Timestamp Converter

Processed Locally

Convert between Unix timestamps and human-readable dates. Supports seconds and milliseconds.

Options

Current Timestamp:

Seconds:0
Milliseconds:0

Frequently Asked Questions

A Unix timestamp is the number of seconds (or milliseconds) that have elapsed since January 1, 1970, 00:00:00 UTC (the Unix Epoch). It's a universal way to represent time.
Timestamps in seconds have 10 digits (e.g., 1704067200), while milliseconds have 13 digits (e.g., 1704067200000). This tool automatically detects which format you're using.
When converting to Unix timestamp, you can use formats like: 2024-01-15, Jan 15 2024, 01/15/2024, and ISO 8601 format (2024-01-15T12:00:00Z).