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)1783844690
Unix (ms)1783844690873
ISO 86012026-07-12T08:24:50.873Z
UTCSun, 12 Jul 2026 08:24:50 GMT
Local2026/7/12 16:24:50
Date2026/7/12
Time16:24:50

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.