A Unix timestamp is a single number: how many seconds (or milliseconds) have passed since 00:00:00 UTC on 1 January 1970 — the Unix epoch. Logs, APIs, databases, and JWTs lean on that number because it sorts easily and does not depend on local calendar formatting.
This guide shows how to convert timestamps to human-readable dates and back, when the value is in seconds versus milliseconds, how ISO 8601 fits in, why timezones still matter, and how to debug mismatched log lines. Use the free timestamp converter for live conversions while you read.
Once you can spot a 10-digit second stamp next to a 13-digit millisecond stamp, most “wrong date” bugs stop being mysteries.