TIME CONSOLE

Epoch Converter

Read every timestamp across units and timezones.

Convert Unix timestamps to readable dates, and dates back to timestamps.

Start nowNo account required
Current Unix Time
1785236312

Paste a Unix timestamp to convert it to local time and UTC.

As Seconds (s)Detected
Local time07/28/2026, 10:58:32
UTC time07/28/2026, 10:58:32 UTC
As Milliseconds (ms)
No result for this unit.
As Microseconds (µs)
No result for this unit.
As Nanoseconds (ns)
No result for this unit.

Date to Timestamp

Enter a date and time as local time or UTC to get Unix timestamps in all supported units.

Input timezone
As Seconds (s)
1785236312
As Milliseconds (ms)
1785236312000
As Microseconds (µs)
1785236312000000
As Nanoseconds (ns)
1785236312000000000

Timestamp Converter Help, Examples, and FAQ

Usage Guide

Timestamps represent an absolute moment as a number, commonly in seconds, milliseconds, microseconds, or nanoseconds. Paste a value into the input field to see the corresponding local time and UTC result, or enter a local or UTC date and time to generate Unix timestamps for API payloads, logs, and scheduled jobs. When debugging, do not only check whether the date looks close; also compare hours, minutes, and timezone assumptions. Many production issues come from treating seconds as milliseconds, treating UTC as local time, or converting around daylight-saving boundaries without a clear policy.

Examples

  • Convert 1715587200 as seconds to identify the local time shown in logs.
  • For a 13-digit API value, start with milliseconds, then recheck the unit if the date looks impossible.
  • Enter a target date first when you need timestamp values for API test data.
  • During cross-region incident analysis, compare UTC and local time to avoid mistaking timezone offset for latency.

FAQ

  • What is the difference between 10 and 13 digits? 10 digits usually means seconds; 13 usually means milliseconds.
  • Why does the database show a different time? The database, server, and browser may use different default timezones.
  • Can future timestamps be converted? Yes, as long as the value is within a reasonable range.
Unix Timestamp Converter | GoTools