All tools
/timestamp-converter
Timestamp Converter
Convert between Unix timestamps and human-readable dates.
About Timestamp Converter
Timestamp Converter converts between Unix timestamps and human readable dates in both directions, showing local time, UTC and ISO 8601 format side by side for the same moment.
Reach for this when debugging a log file or API response that only shows a raw timestamp, when working out how a specific moment looks in a different timezone, or when checking a value close to the 32 bit rollover in 2038 out of curiosity.
It accepts both ten digit seconds values and thirteen digit milliseconds values and works out automatically which one it has been given, so there is no need to know in advance which format a particular system used.
Tutorials
Unix Time Explained: Why Computers Count from 1970What a Unix timestamp actually represents, why the count starts where it does, and why so much software relies on it instead of a calendar date directly.5 min readThe Year 2038 Problem, and Whether It Still MattersWhy a number designed decades ago is set to overflow in 2038, which systems were actually affected, and how much has already been fixed.5 min readTimezones, UTC and Unix Time: Why the Same Number Looks Different EverywhereWhy a Unix timestamp has no timezone of its own, and how the same underlying moment ends up displayed differently depending on where you are.5 min read
