Current Unix Timestamp
1780475901
Convert Unix timestamps to readable dates and back. Supports seconds, milliseconds and ISO 8601. Live current timestamp clock included — great for log files, API debugging and date math.
How to convert a timestamp
- Paste a Unix timestamp (in seconds or milliseconds).
- ToolPit shows the date in your local time and UTC.
- Or pick a date — ToolPit returns the matching Unix timestamp.
- Copy the value in the format your API expects.
Frequently asked questions
Seconds or milliseconds?+
Most Unix tools use seconds since 1970-01-01 UTC. JavaScript's Date.now() and many APIs use milliseconds. ToolPit auto-detects from the number length.
What timezone is the result in?+
ToolPit displays both your local time and UTC. Unix timestamps are timezone-agnostic — they always represent the same instant globally.
Does it handle the year 2038 bug?+
Yes. ToolPit uses 64-bit math, so timestamps after the 32-bit overflow (January 19, 2038) are fully supported.