Conversor de época

Converta entre timestamps do UNIX e datas legíveis por humanos

Timestamp atual

Epoch (segundos): 1757912850
Época (milissegundos): 1757912850139
Legível por humanos: 2025-09-15T05:07:30.139Z
Choose whether to work with seconds or milliseconds
Select the output format for converted dates

Epoch → Humano

Enter Unix timestamp in seconds or milliseconds
Convert Unix timestamp to human-readable date

Humano → Epoch

Enter date in various formats: ISO 8601, locale format, or natural language
Convert human-readable date to Unix timestamp

Histórico de conversão

Ainda não há conversões

Referência rápida

Timestamp de época:

Número de segundos/milissegundos desde 1º de janeiro de 1970 UTC

Formatos suportados:

  • • ISO 8601: 2024-01-01T12: 00: 00.000z
  • • Localidade: 1/1/2024, 12:00:00
  • • UTC: Seg, 01 de janeiro de 2024 12:00:00 GMT
  • • Personalizado: AAA AA AYYY-MM-DD HH: MM: SS

Exemplos:

  • • 1704110400 (segundos)
  • • 1704110400000 (milissegundos)
  • • 2024-01-01 12:00:00
  • • 1 de janeiro de 2024

Unix Timestamp Converter - Epoch Time Tool

Unix time, or epoch time, counts seconds since 00:00:00 UTC on 1 January 1970. This page converts between epoch values and human‑readable dates so you can debug logs, timestamps, and schedules.

What is epoch time?

Epoch time represents an absolute instant as an integer. Many systems use seconds, while some use milliseconds. Because it’s timezone‑agnostic, epoch values make it easy to compare and store times across systems, but you must render them in a user’s timezone for display.

How conversion works

Enter a Unix timestamp to see a formatted date in UTC or your local timezone. You can also pick a date and see the corresponding epoch value. The tool supports milliseconds and handles daylight saving transitions according to selected zones.

About the Epoch Converter

Use it to troubleshoot time drift, convert logs from services that emit epoch values, or validate job schedules. Clear labels help you avoid off‑by‑1000 errors between seconds and milliseconds.

Consistent conversion prevents scheduling errors and misread logs. Standardize on UTC internally and convert at the edges for users.