Generate Unix timestamps for any date and time — and convert timestamps back to readable dates.
A Unix timestamp is the number of seconds elapsed since January 1, 1970 at 00:00:00 UTC (the Unix epoch). It is used universally in programming, databases, APIs, and log files to represent points in time in a timezone-independent way.