LivinTools
📢 Ad Space — Top Banner (728×90)
🕐

Timestamp Converter

Convert Unix timestamps to readable dates and vice versa.

📢 Ad Space — In-Content (468×60)

Unix Timestamp → Date

Date & Time → Unix Timestamp

Current Unix Timestamp:1778751970
Local Date & Time
5/14/2026, 9:46:10 AM
UTC Date & Time
Thu, 14 May 2026 09:46:10 GMT
ISO 8601
2026-05-14T09:46:10.000Z
Unix (seconds)
1778751970
Unix (milliseconds)
1778751970000
Day of Week
Thursday

About Timestamp Converter

A Unix timestamp (also known as Epoch time or POSIX time) is the number of seconds that have elapsed since 00:00:00 UTC on January 1, 1970. It is widely used in databases, APIs, and programming languages because it is timezone-independent and easy to store as an integer.

This tool converts Unix timestamps to human-readable dates and back. Enter a timestamp to see the corresponding UTC and local date/time, ISO 8601 format, and more. Or pick a date to get its Unix timestamp — useful for constructing API queries or debugging logs.

All conversions happen client-side in your browser. The tool also shows the current Unix timestamp so you can use it as a reference point or copy it for use in your code.