Skip to content
Time Runs offline

Unix Timestamp Converter

Convert Unix timestamps to dates and back, in any time zone.

Input

0 chars

Output

0 chars
Ctrl

Questions

Is my timestamp in seconds or milliseconds?

Count the digits. A 10-digit value is seconds and lands in the present day; a 13-digit value is milliseconds. The converter detects this automatically but shows both interpretations so you can confirm.

What is the year 2038 problem?

Systems storing Unix time in a signed 32-bit integer overflow on 19 January 2038, wrapping to 1901. Modern 64-bit systems are unaffected, but embedded devices, old database columns and some file formats still carry the limit.

Does Unix time account for leap seconds?

No. Unix time is defined as if every day were exactly 86,400 seconds, so it repeats a value during a positive leap second. This is why timestamps are not a reliable basis for measuring precise elapsed durations across such an event.

Open Cron Parser

Cron Parser

Translate a cron expression into plain English and next run times.

Developer