Unix Timestamp Converter

Convert between Unix timestamps and human-readable dates.

Input data is processed in your browser
Data is never sent to a server

Tool

Current Unix Timestamp1784285202

Unix Timestamp to Date

Date to Unix Timestamp

What is a Unix Timestamp?

A Unix timestamp is the number of seconds that have elapsed since January 1, 1970, 00:00:00 UTC, commonly known as the Unix epoch.

Unix timestamps are widely used in APIs, log files, and many other systems as a standard way of representing dates and times.

How to Use

  1. Enter a Unix timestamp and click "Convert to Date and Time" to display the corresponding date and time.
  2. Enter a date and time and click "Convert to Timestamp" to generate the corresponding Unix timestamp.
  3. Use the "Get Current Time" button to retrieve the current timestamp.

FAQ

What is a Unix timestamp?

A Unix timestamp represents the number of seconds that have elapsed since January 1, 1970, 00:00:00 UTC (the Unix epoch). It is widely used in programming and computer systems to represent dates and times numerically.

Are millisecond timestamps supported?

Yes. Both second-based and millisecond-based timestamps are supported. Inputs with 10 digits are interpreted as seconds, while 13-digit values are treated as milliseconds.

How are time zones handled?

Entered dates and times are interpreted according to your browser's local time zone. UTC time is also displayed for reference.