Timestamp Converter

Convert between Unix timestamps and human-readable dates. Live clock, timezone support, and format generator.

Current Time

Unix (seconds)

ISO 8601

UTC

Local Time

Unix → Human

UTC
Local
ISO 8601
Relative

Human → Unix

Seconds
Milliseconds
ISO 8601

Date Format Generator

Y 2026
y 26
m 01-12
d 01-31
H 00-23
i 00-59
s 00-59
g 1-12
A AM/PM
D Mon
l Monday
M Jan
F January
n 1-12
j 1-31
U unix
P +05:00
w 0-6

Timezone Converter

About this tool

Convert Unix timestamps to human-readable dates and vice versa. Live clock, timezone converter, relative time display. Supports seconds and milliseconds. Free, browser-based.

Frequently asked questions

What is a Unix timestamp?

The number of seconds since January 1, 1970 00:00:00 UTC. The standard way computers store dates across timezones.

How do I get the current timestamp in code?

PHP: time() | Python: time.time() | JavaScript: Math.floor(Date.now()/1000) | Go: time.Now().Unix()

What format tokens are available?

PHP-style: Y (year), m (month), d (day), H (hour 24h), i (minutes), s (seconds), g (hour 12h), A (AM/PM), D (day name), M (month name), and more.

Related tools

JSON Formatter Base64 JWT Decoder Regex Tester

Read more

How to debug a JWT token step by step →