language:

UNIX Epoch And DateTime Conversion Tools

What is the UNIX Epoch?

UNIX Epoch (also known as UNIX time, UNIX timestamp, POSIX time, seconds since the Epoch,or UNIX Epoch time) is a system for describing a point in time. It is the number of seconds that have elapsed since the UNIX epoch, minus leap seconds; the UNIX epoch is 00:00:00 UTC on 1 January 1970 (an arbitrary date); leap seconds are ignored,with a leap second having the same UNIX time as the second before it, and every day is treated as if it contains exactly 86400 seconds. Due to this treatment UNIX time is not a true representation of UTC.

Human Readable Time Seconds
1 Minute 60 Seconds
1 Hour 3600 Seconds
1 Day 86400 Seconds
1 Week 604800 Seconds
1 Year (365 Day) 31536000 Seconds

Some Important Unix Epoch And DateTime