Timestamp Converter Timestamp · omikuji tools
Runs in browser No data sent

✨ Features

  • Two-way convert UNIX sec/ms and dates, showing ISO 8601, any time zone, and relative time at once
  • Auto-extract creation time from Snowflake, ULID, UUIDv7, and MongoDB ObjectId
  • Paste a log and instantly detect and convert every timestamp it contains
  • Date arithmetic (time travel) and difference between two points in multiple units

🪄 Use Cases

Inspect API responses

Paste epoch seconds/ms from JSON and convert them to a human-readable date instantly.

Recover time from IDs

Find when a record was created from a Discord Snowflake or a MongoDB ObjectId.

Parse server logs

Detect every timestamp in a pasted log at once and read it in your local time.

Verify expiry & TTL

Add or subtract from a base time to check cache expiry or token expiration.

🔒 Privacy & Data Safety

Conversion, decoding, and parsing all run inside your browser (client-side). The IDs, logs, and dates you enter are never sent to or stored on a server, so even sensitive internal logs are safe to use.

❓ FAQ

How are 10-digit and 13-digit numbers distinguished?

By digit count. Roughly, up to 11 digits is treated as seconds, 12–13 as milliseconds, 14–16 as microseconds, and 17+ as nanoseconds. All are normalized to milliseconds internally for display.

Why can I choose the Snowflake epoch?

A Snowflake ID stores milliseconds elapsed since a base time (epoch) in its high bits, but that base differs by issuer. Twitter/X uses 2010-11-04, Discord uses 2015-01-01. Pick the epoch that matches the issuer to get the correct time.

Does every UUID reveal a time?

No. Only UUIDv7 (milliseconds) and UUIDv1 (100 ns, 1582 epoch) embed a timestamp. Random versions such as v4 carry no time information, and the tool says so.

Are the logs or IDs I enter sent anywhere?

No. All processing happens inside your browser, and the IDs and logs you enter are never sent anywhere. Only settings (time zone, theme) are stored locally; the IDs and logs themselves are never saved.

Two-way Convert Convert
now
Extract time from ID Decode
None
Snowflake epoch
Enter an ID and we'll auto-detect its type
and show the creation time.
Bulk log parse Log Parser
0 timestamps detected
Display mode