timestamp

Unix Timestamp Converter

Convert between Unix timestamps and human-readable dates instantly. View time across 14 timezones, copy in multiple formats, and seamlessly handle both seconds and milliseconds.

Current Time (UTC)
2026-01-14 13:35:59
Unix: 1768397759
Convert from:

How to Use the Unix Timestamp Converter

Enter a Timestamp or Date

Input a Unix timestamp (in seconds or milliseconds) to convert to a date, or select a date and time to get the corresponding timestamp.

View Multiple Formats

See the converted time in ISO 8601, RFC 2822, relative time format, and across 14 different timezones simultaneously.

Copy Your Result

Click any format to copy it to your clipboard. Use the timestamp in your code, documentation, or any application.

Unix Timestamp Reference

Common Timestamps

  • 0 - Jan 1, 1970 00:00:00 UTC (Unix Epoch)
  • 1000000000 - Sep 9, 2001 01:46:40 UTC
  • 1609459200 - Jan 1, 2021 00:00:00 UTC
  • 2147483647 - Jan 19, 2038 03:14:07 UTC (32-bit limit)

Get Timestamp in Code

  • JavaScript: Date.now() / 1000
  • Python: import time; time.time()
  • Bash: date +%s
  • PHP: time()

Frequently Asked Questions

A Unix timestamp (also known as epoch time or POSIX time) is a way of tracking time as a running total of seconds. It represents the number of seconds that have elapsed since January 1, 1970, at 00:00:00 UTC, not counting leap seconds. This date is known as the Unix epoch.

Related Tools