ToolfyToolfy
Time & DateTimestamp Converter

Timestamp Converter

Convert Unix timestamps (seconds or milliseconds) to human-readable dates and vice versa. Supports UTC and local timezone display. Instantly see the current Unix timestamp and convert any date to epoch time.

Current Time

Live
Unix (s)1782651649
Unix (ms)1782651649666
ISO 86012026-06-28T13:00:49.666Z
UTCSun, 28 Jun 2026 13:00:49 GMT
Local2026/6/28 21:00:49
Date2026/6/28
Time21:00:49

Timestamp Converter guide

Convert epoch timestamps into readable dates and convert dates back into Unix time. The tool is useful for debugging logs, database records, API payloads, scheduled jobs, and analytics events.

Key features

  • Convert Unix timestamps in seconds or milliseconds
  • Convert human-readable dates back to epoch time
  • Compare UTC and local timezone output
  • View the current Unix timestamp instantly

Common use cases

  • Decode timestamps from logs, APIs, and database rows
  • Create epoch values for tests, scheduled jobs, or request payloads
  • Check whether a timestamp is stored in seconds or milliseconds

Frequently asked questions

What is a Unix timestamp?

A Unix timestamp is the number of seconds since January 1, 1970 at 00:00:00 UTC. Some systems store milliseconds instead.

Does the converter support milliseconds?

Yes. It can work with both second-based and millisecond-based timestamps.

Why do UTC and local time show different values?

They represent the same moment using different timezones. UTC is universal, while local time depends on your device timezone.