YourConvertor

PRIVATE DEVELOPER TOOLS

How to Convert a Unix Timestamp

Distinguish Unix seconds from milliseconds and convert timestamps to readable UTC dates.

Seconds or milliseconds

Ten-digit timestamps commonly use seconds; thirteen-digit timestamps commonly use milliseconds. Confirm the source system instead of relying only on length.

Time zones

A Unix timestamp represents an instant. Displaying that instant in UTC or local time does not change the timestamp itself.

Try the related tool