UnixTime.org may be available for purchase, with or without content. If interested, please send us a message.
The UnixTime.org time and date converter is used by web developers to convert Unix timestamps to human-readable date strings and human-readable date strings to Unix timestamps. It may also be helpful in understanding how PHP tracks and displays time values. This unix time converter is 100% free for all visitors. Use it as often as you like/need.
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.