Share

/tools/unix-timestamp-to-date.php

Facebook Share Twitter Share

Unix Timestamp to Date Conversion

This tool provides the following date-time manipulation functions (Date to Unix Timestamp and Unix Timestamp to Date)


Unix Timestamp (Epoch) to Date

Convert Unix Timestamp to Date

Epoch time

Date
+ Milliseconds



Date to Unix Timestamp (Epoch time)

Convert Date to Unix Timestamp

Input Date String

Epoch Timestamp


Unix time (also known as POSIX time or epoch time) is a system for describing instants in time, defined as the number of seconds that have elapsed since 00:00:00 Coordinated Universal Time (UTC), Thursday, 1 January 1970,[1][note 1] not counting leap seconds.[1][2][note 2] It is used widely in Unix-like and many other operating systems and file formats. Because it does not handle leap seconds, it is neither a linear representation of time nor a true representation of UTC.[note 3] Unix time may be checked on most Unix systems by typing date +%s on the command line. Source: Wikipedia
AKA:

Epoch, timestamp, timestamp to date, unix time, seconds