translate expand_more
arrow_back Back to home

Unix Timestamp Converter

Convert Unix timestamps from logs, APIs, and databases into readable dates, or turn a date back into a Unix timestamp.

code_blocks Codinghourglass_top Waiting for result

Local time

Mar 30, 2026, 11:13:34 AM

ISO time

2026-03-30T11:13:34.000Z

How timestamp conversion works

A Unix timestamp measures time since 1970-01-01 00:00:00 UTC. This tool supports both second-based and millisecond-based values.

Usage notes

  • Ten-digit values are usually seconds and thirteen-digit values are usually milliseconds.
  • Date input is interpreted in the browser local timezone.
  • Results show both a local display and an ISO UTC value.

Frequently asked questions

Why does the same timestamp look different across systems?expand_more

The timestamp itself is UTC-based, but the human-readable display may be rendered in a local timezone.

How do I tell seconds from milliseconds?expand_more

Digit length is the usual clue, and this tool also lets you choose the unit directly for safer conversion.

Keep exploring

More tools to try next

Jump into related tools from the same category and popular picks across Gogotem.

View all tools arrow_forward