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.
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.
Input a Unix timestamp (in seconds or milliseconds) to convert to a date, or select a date and time to get the corresponding timestamp.
See the converted time in ISO 8601, RFC 2822, relative time format, and across 14 different timezones simultaneously.
Click any format to copy it to your clipboard. Use the timestamp in your code, documentation, or any application.
0 - Jan 1, 1970 00:00:00 UTC (Unix Epoch)1000000000 - Sep 9, 2001 01:46:40 UTC1609459200 - Jan 1, 2021 00:00:00 UTC2147483647 - Jan 19, 2038 03:14:07 UTC (32-bit limit)JavaScript: Date.now() / 1000Python: import time; time.time()Bash: date +%sPHP: time()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.