Tempo

Conversor de timestamp Unix

Converta timestamps Unix em datas e datas em Unix, com UTC e vários fusos horários.

Live clock

Current Unix timestamp

Updates every second. It never replaces text you are editing.

Seconds
Milliseconds
Whole numbers only. Spaces around a pasted value are removed.
Examples

A maioria das ferramentas processa tudo localmente no navegador. A remoção de fundo envia as imagens escolhidas e exclui o original após o processamento.

Como usar

  1. Choose Timestamp → Date or Date → Timestamp.
  2. Enter a whole-number timestamp, or choose a date, time and IANA time zone.
  3. Select Convert, then copy one value or all results. All calculations stay in your browser.

Ideal para

  • Debugging API and database dates
  • Planning events across time zones
  • Checking logs and scheduled jobs

Bom saber

Auto Detect uses a numeric range heuristic: values up to 100 billion are treated as seconds and larger values as milliseconds when both fit the JavaScript date range. Choose a unit explicitly for unusual historical or far-future values.

Perguntas frequentes

What is the current Unix timestamp?

The live clock at the top of this page shows the current Unix timestamp in seconds and milliseconds and updates every second.

Is Unix time measured in seconds or milliseconds?

The original Unix time convention counts seconds since 1970-01-01 00:00:00 UTC. Many JavaScript APIs use milliseconds, so this tool supports both.

Does Unix time use UTC?

Yes. Unix timestamps represent an instant relative to UTC and do not contain a time-zone name. The same value can be displayed in local time or any IANA time zone.

How can I tell if a timestamp is seconds or milliseconds?

Common current seconds values are around 1.7 billion, while current milliseconds values are around 1.7 trillion. Auto Detect uses a numeric range rule; select Seconds or Milliseconds when you know the source.

Can Unix timestamps represent dates before 1970?

Yes. Negative values represent instants before the Unix epoch. For example, -1 second is 1969-12-31 23:59:59 UTC.

Is my data uploaded to a server?

No. Dates, times and timestamps are calculated locally in your browser and are never uploaded to a server.

Você também pode gostar