Timestamp and date tools for Unix time, APIs, logs, and tokens

Time bugs often come from unit confusion, timezone assumptions, or values copied from tokens and logs without context. These tools help convert the value first, then connect it to the API, JWT, or log workflow where it appeared.

Tools in this workflow

FAQ

How do I know whether a timestamp is seconds or milliseconds?

Unix seconds are usually 10 digits for current dates, while milliseconds are usually 13 digits. Convert both when the source system is unclear.

Why do readable dates differ between tools?

Timezone display settings can differ. Keep UTC and local time visible when debugging API, database, or token expiry issues.