00

Developer utility · Score 73

Time Shift

Convert Unix timestamps to readable dates or turn dates into Unix time. Check 10-digit seconds and 13-digit milliseconds locally in your browser.

Local firstInputs stay inside this browser tab.
No accountComplete the task before any signup.
Free to useStart immediately with no installation.

Convert Unix timestamps and readable dates

Use this Unix timestamp converter when you need to turn a machine timestamp into a human-readable date, or create a Unix timestamp from a date and time. It runs in the current browser tab, so you can check a value without sending it to a server.

Seconds or milliseconds?

A 10-digit Unix timestamp usually represents seconds. A 13-digit value usually represents milliseconds. Checking the unit first avoids dates that are off by a factor of 1,000.

How to convert a timestamp

  1. Paste the timestamp or choose a date and time.
  2. Confirm whether the timestamp is in seconds or milliseconds.
  3. Review the resulting date and timezone before copying it into a log, report, or API request.

Read the timestamp conversion guide for a practical workflow, or use the seconds vs milliseconds check when the unit is unclear.

Does timezone change a Unix timestamp?

The Unix timestamp represents one instant in time. Timezone affects how that instant is displayed as a local date and clock time. Always record the timezone used when comparing a displayed date with a timestamp.