10 digits
Modern Unix timestamps are commonly represented as 10-digit seconds.
053 · DATE & TIME
Convert Unix timestamps to readable dates or convert dates to Unix seconds and milliseconds.
HOW TO USE
Choose Timestamp → Date or Date → Timestamp.
For timestamp input, explicitly choose seconds or milliseconds.
For date input, enter a local date and time from your browser timezone.
Review UTC, Local Time and ISO 8601, or seconds and milliseconds.
Copy any result row you need.
TIMESTAMP GUIDE
Modern Unix timestamps are commonly represented as 10-digit seconds.
JavaScript Date.now() commonly returns 13-digit milliseconds.
The timestamp stays the same; timezone is applied only when displaying it.
IMPORTANT NOTES
FAQ
It is a numeric time value measured from 1970-01-01 00:00:00 UTC.
10 digits are commonly seconds and 13 digits are commonly milliseconds, but digit count alone is not definitive.
They are two timezone displays of the same instant.
Yes. Seconds and milliseconds are both shown.
Not in the first release scope.