Timestamp Converter
Convert between Unix timestamps and human-readable dates.
Processed 100% in your browser — nothing you enter here is ever uploaded.
Common use cases
Reading a timestamp from a database row
Convert a raw created_at or updated_at value from a database query into a date you can actually read.
Scheduling an API call for a future time
Convert a local date and time into the Unix timestamp an API expects for a scheduled job or reminder.
Checking a JWT's expiry claim
Compare a token's exp or iat value against the current timestamp to see exactly when it expires.
How to use the Timestamp Converter
Enter a Unix timestamp (in seconds or milliseconds) to convert it to a readable date.
Or type a date/time in the other field to get its Unix timestamp back.
"Use current time" fills in the timestamp for right now.
Every result shows ISO 8601, UTC, your local timezone, and a human-friendly relative time.