Convert-a-Lot knight mascotConvert-a-Lot

Date to Unix Timestamp Converter

Get the Unix epoch timestamp for any date

How to date to Unix timestamp

  1. 1.Type a date in any format or use the date picker.
  2. 2.Find the Unix timestamp in the results below.
  3. 3.Click Copy to grab the timestamp for your code or database.

About This Tool

A Unix timestamp is the number of seconds that have elapsed since January 1, 1970 (UTC). It is the standard way to represent dates in most programming languages, databases, and APIs.

This tool converts human-readable dates to Unix timestamps and also shows all other common formats.

Frequently Asked Questions

It is the count of seconds since the Unix epoch: midnight UTC on January 1, 1970. For example, 1774588800 represents March 26, 2026.

This tool outputs seconds. For milliseconds (as used by JavaScript), multiply by 1000.

Unix timestamps are always UTC. The date you enter is treated as midnight UTC.

Related Tools