How it works
- Enter a Unix timestamp to get a date and time.
- Enter a date and timezone to get a Unix timestamp.
- Copy the format you need instantly.
Convert Unix timestamps to readable dates and dates back to Unix timestamps.
Reviewed by LipiCode Editorial Team
Unix timestamps represent an instant relative to the Unix epoch. The same instant can be displayed differently across time zones, and systems may store seconds, milliseconds, microseconds, or nanoseconds.
A 13-digit contemporary timestamp is commonly milliseconds. Treating it as seconds produces a date far outside the expected range, so confirm precision before interpreting the value.
A timestamp alone may not preserve the user's named time zone or daylight-saving rule. Avoid assuming local time, check negative pre-1970 values, and retain precision only as far as the receiving system supports it.
Ten digits commonly represent seconds and thirteen commonly represent milliseconds.
It identifies an instant; a time zone is applied when that instant is displayed.