Timestamp Converter
Convert Unix epoch timestamps (seconds, milliseconds, microseconds, nanoseconds) to human-readable date/time and back. Runs locally in your browser. No uploads.
- Convert Unix epoch seconds/milliseconds to dates.
- Convert date/time to epoch quickly.
- Outputs seconds, ms, microseconds, and nanoseconds.
- Share results: Generate a secure link to share your current input and results with teammates — nothing is uploaded to any server.
Epoch -> Date
Mode:
Waiting for input
Local
UTC
ISO (UTC)
Selected timezone
| Interpretation | UTC | Local | Notes |
|---|---|---|---|
| Enter a timestamp to compare units. | |||
Date -> Epoch
Tip: if the text has no timezone (e.g. "2025-12-26 16:00:00"), it is treated as local time.
Waiting for input
Unix seconds
Unix milliseconds
Unix microseconds
Unix nanoseconds
Current Time
Advanced Timestamp Workflows
Single conversion details
Date → Timestamp builder
Timezone comparison
| Timezone | Date/time | UTC offset | Abbr. | DST | Action |
|---|
Batch / log timestamp extraction
| Location | Raw value | Detected | UTC | Local | Selected timezone | Relative | Warnings |
|---|
JWT time claims
JWTs decoded here are not signature-verified. Use JWT & OAuth Toolkit for trust validation.
| Claim | Raw | UTC | Local | Selected timezone | Relative | Warning |
|---|
UUID v7 timestamp helper
| UUID | Version | Milliseconds | UTC | Local | Selected timezone | Relative | Action |
|---|
Duration breakdown
Developer formats and snippets
Next steps
Notes
- This tool does not send data to a server.
- Local time formatting depends on your device locale/timezone settings.
- Share button creates a link like
?epoch=.... - Microseconds and nanoseconds outputs are derived by multiplying the seconds value — they are not independently measured.