Converters
Timestamp Converter
Convert Unix timestamps to ISO and locale dates, or parse a date string back to epoch seconds. Supports seconds and milliseconds, plus a one-click “now” mode.
Loading tool…
How to use
- Pick Unix → Date, Date → Unix, or Now
- Enter a timestamp or date string if needed
- Copy Unix, ISO, or locale output
Next step
- JWT Decoder
Decode a JSON Web Token’s header and payload in your browser for debugging claims and expiry. Signatures are not verified, and tokens are never uploaded or shared via URL.
- UUID Generator
Generate one or many RFC 4122 version 4 UUIDs (GUIDs) with the Web Crypto API. Ideal for test data, primary keys, and request IDs—created locally in your browser.
Frequently asked questions
Seconds or milliseconds?
Absolute values under 1e12 are treated as seconds; larger values are treated as milliseconds—so both common API formats work.
What outputs do I get?
Each conversion shows Unix seconds, an ISO-8601 UTC string, and a locale-formatted date from your browser settings.
Is conversion private?
Yes. Parsing and formatting run entirely in your browser; nothing is uploaded.