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
Human → Unix
Date Format Generator
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.