Unix Timestamp Converter

Supports timestamps in seconds, milliseconds, microseconds and nanoseconds.

Current timestamp in seconds:

Since January 01 1970 UTC

Convert a timestamp:

Create a timestamp:

Year

Month

Day

Hour (24)

Minute

Second

What is epoch time?

In computing, an epoch is a constant date and time used as a reference from which a computer measures system time. Most computer systems determine time as a number representing the seconds removed from a particular arbitrary date and time.

For instance, Unix and POSIX measure time as the number of seconds that have passed since Thursday 1 January 1970 00:00:00 UT, a point in time known as the Unix epoch.

https://en.wikipedia.org/wiki/Epoch_(computing)

How to get current timestamp?