Timestamp Converter

e.g., 1700000000, 1700000000000, or '2024-01-01T12:00:00Z'

Human Readable Format
Local Time

-

UTC / GMT

-

ISO-8601

-

Date Only (Local)

-

Timestamp Format
Unix Timestamp (Milliseconds)

-

Unix Timestamp (Seconds)

-

Time Component Only (Local)

-

How to use
  1. 1.

    Enter a Unix timestamp (seconds or milliseconds) or type a date string — all formats are shown instantly

  2. 2.

    Use the Current Time button to load the current moment

Common uses
  • Reading timestamps from API responses or log files

  • Comparing event times across different systems or time zones

  • Generating Unix timestamps for use in database queries or scripts

A Unix timestamp is the number of seconds (or milliseconds) elapsed since 1 January 1970 00:00:00 UTC, known as the Unix epoch. It is the most common way to represent a point in time in APIs and databases.