Every tool on parsetime

Converters and decoders for every way a timestamp gets written: standard formats, the identifier schemes that smuggle a date inside an ID, timezone conversions, and live clocks. All free, no signup, and everything runs in your browser. Each one is also available as JSON through the API.

Timestamp decoders

IDs and serial numbers that carry their creation time inside them.

Snowflake ID to timestampConvert a Discord snowflake ID to the exact date and time it was created. Works for user, message, and server IDs. Free, instant, in your browser.Excel serial date to real dateConvert an Excel serial date number like 45261 to a real date and time. Handles time-of-day fractions and explains the 1900 leap-year quirk..NET ticks to dateConvert a .NET DateTime.Ticks value (100-nanosecond intervals since year 0001) to a readable date, Unix timestamp, and ISO 8601, instantly.LDAP timestamp to dateConvert an 18-digit LDAP / Active Directory timestamp (Windows FILETIME) like lastLogon or pwdLastSet to a readable date and your timezone.Chrome (WebKit) timestamp to dateConvert a 17-digit Chrome/WebKit timestamp from a History or Cookies database to a readable date. Microseconds since 1601, decoded instantly.MongoDB ObjectId to timestampExtract the creation time from a MongoDB ObjectId. The first 4 bytes are a Unix timestamp; paste an ObjectId to see when the document was created.UUID or ULID to timestampExtract the embedded timestamp from a UUID (v1, v6, v7) or ULID. Paste an id and see exactly when it was generated. Free and in your browser.Cocoa timestamp to dateConvert an Apple Cocoa / Core Data timestamp (seconds since 2001-01-01, also called Mac Absolute Time) to a readable date and your timezone.Hex timestamp to dateConvert a hexadecimal Unix timestamp like 0x6553f400 to a readable date. Detects seconds vs milliseconds automatically. Free, instant, in-browser.

Date calculators & schedule tools

Date arithmetic, week numbers, cron schedules, and Discord timestamps.

Format converters

The standard ways of writing a moment in time.

Timestamps in your language

Copy-paste snippets: current timestamp, convert, and parse, with the gotchas.

Timezone conversions

Convert a timestamp between two specific zones.

Live clocks

The current time, anywhere.

For developers

Free JSON API, no key or signupEvery tool above is one GET away, including the decoders: /api/t/<value>?format=ldap.