Current Unix Timestamp
--
Refreshes every second

Timestamp to Date

UTC--
Local--

Date to Timestamp

Seconds--
Milliseconds--

Read Guide: How to Convert Unix Timestamps →

How It Works

The Unix timestamp (also known as Epoch time) is the number of seconds that have elapsed since January 1, 1970 (midnight UTC/GMT). This tool converts between timestamps and human-readable dates entirely in your browser.

  • Timestamp to Date: Enter a Unix timestamp and select the correct format (seconds or milliseconds). The tool displays the equivalent date in both UTC and your local timezone.
  • Date to Timestamp: Pick a date and time using the date picker and instantly see the corresponding Unix timestamp in seconds and milliseconds.
  • Current Timestamp: The live display shows the current Unix timestamp (seconds) updating every second.

Frequently Asked Questions

What is a Unix timestamp?
A Unix timestamp is the number of seconds that have elapsed since January 1, 1970 00:00:00 UTC, excluding leap seconds. It is widely used in programming and logging.
How do I know if my timestamp is in seconds or milliseconds?
Timestamps in seconds are typically 10 digits long (e.g., 1710000000). Timestamps in milliseconds are 13 digits long (e.g., 1710000000000). If your timestamp is neither, try both options.
Does the tool work with negative timestamps?
Yes. Negative timestamps represent dates before January 1, 1970 and are supported by this tool.
Is this tool free to use?
Yes, completely free with no limits, no sign-up, and no data sent to any server.

Related Tools

Cron Expression Generator

Generate and validate cron expressions with an easy-to-use interface.

Age Calculator

Calculate your exact age in years, months, days, hours, minutes, and seconds.

JSON Formatter

Format, validate, and syntax-highlight JSON data instantly.