Timestamp Converter

    Convert Unix timestamps to human-readable dates instantly.

    Input

    Supports Unix timestamps (seconds/ms), ISO strings, or "now".

    Tips

    • 10 digits = Seconds (Standard Unix)
    • 13 digits = Milliseconds (JavaScript)
    Conversion Results

    Current UTC Time

    Unix Timestamp
    1789365508
    ISO 8601
    2026-09-14T05:58:28.610Z

    Enter a valid timestamp to see results

    Common Unix Constants

    1 Minute
    60 s
    60
    1 Hour
    3600 s
    60 * 60
    1 Day
    86400 s
    60 * 60 * 24
    1 Week
    604800 s
    60 * 60 * 24 * 7
    1 Month (30.44 days)
    2629743 s
    60 * 60 * 24 * 30.44
    1 Year (365.24 days)
    31556926 s
    60 * 60 * 24 * 365.24

    How to Use

    1. 1

      Enter Value

      Type a timestamp, date string, or 'now'. Or use the Calendar picker.

    2. 2

      Convert

      View results in Local, UTC, and Relative formats.

    3. 3

      Live Clock

      Use the dashboard to see current current Unix time.

    Frequently Asked Questions

    A Unix timestamp is the number of seconds elapsed since January 1, 1970, 00:00:00 UTC.

    Unix timestamps are usually in seconds (10 digits). JavaScript uses milliseconds (13 digits).

    Related Tools