Unix Timestamp Converter (Epoch to Date & Date to Timestamp)

Convert Unix timestamps to human-readable dates and back instantly. Supports seconds and milliseconds timestamps.

Free online tool. No signup required. All processing runs in your browser.

About this tool

This tool converts Unix timestamps into readable dates and allows you to generate timestamps from dates. It supports both seconds and milliseconds formats, making it useful for debugging APIs and logs.

What is Unix Timestamp Converter (Epoch to Date & Date to Timestamp)?

A Unix timestamp represents the number of seconds or milliseconds since January 1, 1970 (UTC). It is widely used in APIs, databases, and logging systems.

How to use Unix Timestamp Converter (Epoch to Date & Date to Timestamp)

  1. Enter a Unix timestamp or select a date.
  2. View the converted result instantly.
  3. Copy the value for use in your application.

Examples

Example input

1700000000

Example output

2023-11-15 18:13:20 UTC

FAQ

Does this support milliseconds?
Yes. The tool automatically detects milliseconds (13 digits) and converts them correctly.
What timezone is used?
UTC is used by default, but your browser may display local time as well.
Why is my timestamp wrong?
Make sure you're using the correct unit (seconds vs milliseconds).

Related tools