Unix Timestamp to Date

Explained with a live converter, reference tables, charts, and a step-by-step guide.

Enter a Unix timestamp (seconds since 1970-01-01 UTC) to see the matching calendar date and time in UTC.

Convert any value

ISO 8601 (UTC)2023-11-14T22:13:20.000Z
Weekday
Tue
Date (UTC)
2023-11-14
Time (UTC)
22:13:20
ISO 8601
2023-11-14T22:13:20.000Z

The Unix epoch

A Unix timestamp counts the seconds since the Unix epoch: January 1, 1970 at 00:00:00 UTC. The value carries no time zone — it is always expressed in UTC. For local time, shift the result by your UTC offset.

Leap seconds are not counted in Unix time, so every day is exactly 86,400 seconds. Older systems store the value as a signed 32-bit integer, which overflows in January 2038.

The day in 24 hours

0003060912151821
Hover an hour to see both formats

AM and PM at a glance

000204060810121416182022AM (00–11)PM (12–23)
Hover an hour to see the standard time

Well-known Unix timestamps

1970Epoch20011e9 s2023Example203832-bit
Hover a bar to see the date

Well-known timestamps

TimestampDate (UTC)Note
01970-01-01 00:00:00 UTCThe Unix epoch
10000000002001-09-09 01:46:40 UTCOne billion seconds
17000000002023-11-14 22:13:20 UTCExample timestamp
21474836472038-01-19 03:14:07 UTC32-bit signed limit

Military ↔ standard time

For quick reference: every whole hour in 24-hour and 12-hour format.

Military timeStandard time
000012:00 AM
01001:00 AM
02002:00 AM
03003:00 AM
04004:00 AM
05005:00 AM
06006:00 AM
07007:00 AM
08008:00 AM
09009:00 AM
100010:00 AM
110011:00 AM
120012:00 PM
13001:00 PM
14002:00 PM
15003:00 PM
16004:00 PM
17005:00 PM
18006:00 PM
19007:00 PM
20008:00 PM
21009:00 PM
220010:00 PM
230011:00 PM

About time formats

A time format only decides how a moment is written — not when it happens. Military time, standard time, Unix timestamps, and decimal time are different notations for the same information.

Converting between them is therefore exact and never changes. The only rounding is in decimal time, where seconds are rounded to whole minutes.

Where these formats show up

Military time is used by the military, aviation, hospitals, and emergency services because it is unambiguous. Unix timestamps live in databases, log files, and APIs. Decimal time appears on timesheets and in payroll.

Frequently asked questions

What is Unix Timestamp to Date?

Enter a Unix timestamp (seconds since 1970-01-01 UTC) to see the matching calendar date and time in UTC.

What is the Unix epoch?

The Unix epoch is the zero point of the count: January 1, 1970 at 00:00:00 UTC. A Unix timestamp is the number of seconds that have elapsed since then.

Is a Unix timestamp UTC or local time?

A Unix timestamp is always UTC — it carries no time zone. For local time, shift the result by your UTC offset. Leap seconds are not counted in Unix time.

Are these conversions exact?

Yes. Converting between time formats is a pure notation change — the same moment, just written differently. There is no rounding except minute-rounding for decimal time.

Convert more

The time format converter covers military time, Unix timestamps, and decimal time with tables and charts.

See all converters →