JSON Tools

Timestamp Converter

Convert between Unix timestamp and date time

Current Time
1768670364
1768670364146
2026-01-18 01:19:24
Timestamp to Date
Date to Timestamp

Timestamp Converter Guide

Convert between Unix timestamps and human-readable date formats.

What is a Unix Timestamp?

A Unix timestamp is the number of seconds (or milliseconds) that have elapsed since January 1, 1970, at 00:00:00 UTC. It's a universal way to represent time in computing.

Common Use Cases
  • Converting API timestamps to readable dates
  • Calculating time differences
  • Debugging date-related issues
  • Working with database timestamps