|
|
Epoch Unix Timestamp to readable Date/Time converter
This free service decodes a standard unix timestamp (epoch time) to human readable date/time and back into UNIX time.
Convert seconds since epoch to a date
Enter a number of seconds since the epoch. The result will be the date this number represents for GMT (Greenwich Mean Time)
Information
Unix time, or POSIX time, is a system for describing points in time.
The Unix Epoch is the time 00:00:00 UTC on January 1, 1970, so the Epoch started January 1st, 1970 at 00:00:01.
Unix time is zero at the Unix epoch and increases by exactly 86 400 per day since then.
It is used by programmers to record unix timestamps/dates in an efficient format which can later be easily converted into any date format.
|
|