UnixTime.org may be available for purchase, with or without content. If interested, please send us a message.

Convert Date to Unix Timestamp:
MMDDYYYY24hhmmss
  : :

This will generate a Unix timestamp from the date string entered above.

Convert Unix Timestamp to Date:


This will generate a date string from the Unix timestamp entered above.
What is Unix Time?

Definition of Unix Time: Unix Time, or POSIX time, is a system for describing points in time, defined as the number of seconds elapsed since midnight proleptic Coordinated Universal Time (UTC) of January 1, 1970, not counting leap seconds. It is widely used not only on Unix-like operating systems but also in many other computing systems and file formats. It is neither a linear representation of time nor a true representation of UTC (though it is frequently mistaken for both) as the times it represents are UTC, but it has no way of representing UTC leap seconds (e.g. December 31, 1998 23:59:60). Unix time may be checked on a Unix system by typing date +%s on the command line.

Reference: Wikipedia - Unix Time, PHP.net

©2010 UnixTime.org. All rights reserved.
Not owned by or affiliated with Unix® or The Open Group.