Cloudesk

Unix Timestamp

Convert Unix timestamps to dates and vice-versa across multiple timezones

Timestamp → Date

Live Unix Timestamp

1775093179

Asia/Shanghai
TimezoneFormattedUnix (s)Unix (ms)ISO 8601RFC 3339
Asia/Shanghai2026-04-02 09:26:19177509317917750931792932026-04-02T01:26:19.293Z2026-04-02T09:26:19+08:00

Date → Timestamp

Asia/Shanghai
TimezoneUnix (s)Unix (ms)Status
Asia/Shanghai17750931791775093179000Valid

Knowledge Base

What is the Unix Epoch?

The Unix epoch is January 1, 1970 00:00:00 UTC. Unix time (also called POSIX time or Epoch time) is a system for representing a point in time as the number of seconds that have elapsed since that date, not counting leap seconds. It is widely used in computing, networking, and databases as a compact, unambiguous representation of time.

The Year 2038 Problem

Many older 32-bit systems store Unix time as a signed 32-bit integer, which can represent values up to 2,147,483,647 — corresponding to 03:14:07 UTC on January 19, 2038. After that moment the value will overflow to a large negative number, causing time to appear to roll back to December 13, 1901. Modern 64-bit systems are not affected, but embedded systems and legacy software may still be at risk.

How to Use the Unix Timestamp Tool

  1. 1Section 1: Paste any Unix timestamp (seconds or ms) — the tool auto-detects the unit.
  2. 2Add one or more timezones by searching and clicking; each appears as a row in the result table.
  3. 3Section 2: Enter a local wall-clock time and add timezones to see the equivalent Unix timestamps.
  4. 4Use the live ticker to keep the hero display updated in real time.

Related Tools