Bootstrap

The Current Epoch Unix Timestamp

Enter a Timestamp
Supports Unix timestamps in seconds, milliseconds, microseconds and nanoseconds.

1629285402

Seconds since Jan 01 1970. (UTC)
 

Enter a Date & Time


The current epoch translates to

Date
08/18/2021 @ 11:16amUTC
2021-08-18T11:16:42+00:00ISO 8601
Wed, 18 Aug 2021 11:16:42 +0000RFC 822, 1036, 1123, 2822
Wednesday, 18-Aug-21 11:16:42 UTCRFC 2822
2021-08-18T11:16:42+00:00RFC 3339

What is the unix time stamp?

The unix time stamp is a way to track time as a running total of seconds. This count starts at the Unix Epoch on January 1st, 1970 at UTC. Therefore, the unix time stamp is merely the number of seconds between a particular date and the Unix Epoch. It should also be pointed out (thanks to the comments from visitors to this site) that this point in time technically does not change no matter where you are located on the globe. This is very useful to computer systems for tracking and sorting dated information in dynamic and distributed applications both online and client side.

Human Readable TimeSeconds
1 Hour3600 Seconds
1 Day86400 Seconds
1 Week604800 Seconds
1 Month (30.44 days)2629743 Seconds
1 Year (365.24 days)31556926 Seconds

What happens on January 19, 2038?

On this date the Unix Time Stamp will cease to work due to a 32-bit overflow. Before this moment millions of applications will need to either adopt a new convention for time stamps or be migrated to 64-bit systems which will buy the time stamp a "bit" more time.

Hot Articles

Feedback on requirements and issues

If you have a good web tool that you would like to put on this site for use, please write down your github address and we will contact you!