en

Unix timestamp

Convert a Unix timestamp into a readable date and back - locally in your browser, with no upload.

Running locally on your device ...

0%

Your files never left your device

    Is my file uploaded?

    No. Everything runs in your browser - your file never leaves your device. How this is verifiable

    No upload100% local
    Your content stays with youno third-party access
    Servers in GermanyGDPR by design
    Independently auditedTLS A+ · HTTP headers A+

    A Unix timestamp counts the seconds since 1 January 1970 (UTC) and is the standard way computers store time - in log files, databases, APIs and cookies. For humans, though, such a long number is not readable. This tool translates both ways: you enter a timestamp and get the date in ISO 8601 notation (UTC), or you enter a date and get the matching timestamp.

    The tool detects automatically what you enter. A plain number is read as a timestamp - distinguishing seconds from milliseconds (thirteen digits and up count as milliseconds). Anything else is parsed as a date. The output always shows both: the date in ISO 8601 (UTC) as well as the timestamp in seconds and in milliseconds, so you can take the value you need directly.

    The whole conversion runs entirely locally in your browser in pure JavaScript - your input is not uploaded, not stored, and no foreign library is loaded from a CDN. The calculation is in UTC so the result is unambiguous and reproducible and does not depend on your device time zone.

    Specifications

    Specifications
    Input formatsText input
    Output formatTXT
    Batch processingNo
    ProcessingLocally in your browser (JavaScript)
    File uploadNone

    In 3 steps

    1. Paste a timestamp or date into the text field.
    2. Click convert.
    3. Read the date (ISO 8601, UTC) and timestamp (seconds + milliseconds).

    Limitations: The calculation is in UTC (world time), not your local time zone - that keeps the result unambiguous. Plain numbers of thirteen digits or more are treated as milliseconds, shorter ones as seconds. If the input is neither a valid timestamp nor a recognizable date, the tool says so honestly instead of guessing.

    FAQ

    Is my input uploaded?

    No. The conversion runs entirely locally in your browser; your input never leaves your device and is not stored.

    What is a Unix timestamp?

    The number of seconds since 1 January 1970 at midnight UTC. Computers store time this way internally because it is easy to compare and calculate.

    Seconds or milliseconds?

    Both are detected: a number with thirteen or more digits counts as milliseconds, a shorter one as seconds. The output always shows both values.

    Why is the calculation in UTC?

    So the result is unambiguous and reproducible and does not depend on your device time zone. A timestamp always refers to UTC.

    Related tools