Toolbench  /  Developer  /  Unix Timestamp Converter

Developer

Unix Timestamp Converter

Convert Unix timestamps to dates and back, in seconds or milliseconds.

Current Unix time

Timestamp → Date

Date → Timestamp

AD SLOT — add your AdSense code here

About the unix timestamp converter

A Unix timestamp counts the seconds elapsed since 1 January 1970 (UTC), the “epoch”. It is how most databases, logs and APIs store a moment in time as a single number, free of timezone ambiguity.

This converter turns a timestamp into a readable local and UTC date, and turns a date back into a timestamp. It auto-detects whether your number is in seconds or milliseconds, since both are common.

The live counter at the top shows the current epoch time, updating every second — handy when you need ‘now’ as a number to paste into code.