Seconds since epoch
Input
1767225600
Output
2026-01-01 00:00:00 UTC
🔒 Browser-side processing
Convert between Unix timestamps and human-readable dates.
Guide
Turn iat, exp, and nbf numbers into readable dates when debugging auth flows.
Compare epoch values against both local time and UTC so incident timelines line up with alerts, dashboards, and user reports.
Move between seconds and milliseconds when checking campaigns, scheduled jobs, or delayed message sends.
Notes
Ten digits usually means seconds and thirteen usually means milliseconds, but the safest check is always the source system documentation.
Local time is easier for people, while UTC is the safer reference for systems, logs, and cross-region debugging.
The conversion runs in the browser. You should still account for your own device, extensions, and operational security policies.