Utilities
UUID Generator
Generate secure UUID values directly in your browser.
Utilities
Convert Unix timestamps into readable dates.
Convert Unix timestamps in seconds or milliseconds into readable dates.
Seconds and milliseconds are detected automatically.
Enter a timestamp or select a date to see its equivalent representations.
Date conversion runs locally in your browser. No values are uploaded.
About this tool
A Unix timestamp represents a specific moment as the number of seconds or milliseconds elapsed since January 1, 1970 at 00:00:00 UTC. This converter lets you move between timestamps and readable dates without sending data to a server.
Features
Frequently asked questions
Unix timestamps traditionally use seconds since the Unix epoch. Some platforms, including JavaScript, commonly use milliseconds, producing a value approximately one thousand times larger.
A Unix timestamp identifies an absolute moment and is independent of timezone. The same timestamp can be displayed in UTC or converted into any local timezone.
The local representation applies your browser and operating system timezone, while UTC uses the universal reference timezone.
Values below the usual millisecond timestamp range are treated as seconds. Larger values are interpreted as milliseconds.
Related tools