Unix timestamp

Convert Unix seconds to readable date and back using the browser timezone.

Overview

APIs and databases often store time in UTC. Always check timezone and seconds vs milliseconds.

Tool guide

  • O que é Unix time Contagem de segundos (ou milissegundos) desde 1/1/1970 00:00 UTC, usada em logs, JWT exp, bancos e APIs.
  • O que a ferramenta faz Converte entre timestamp e data legível usando o fuso do navegador onde fizer sentido.
  • Por que usar Ler valores de banco/API, depurar expiração de token, evitar erro entre segundos e milissegundos.

Tip

Se o valor parecer grande demais, pode estar em milissegundos (divida por 1000).

FAQ

What is this tool for?

It runs fully in your browser: useful to validate, format, or convert data in everyday development.

Are my inputs sent to a server?

Processing happens locally with JavaScript. We do not store what you paste into the text areas.

Can I use this for real production data?

Use at your own risk. For secrets (passwords, tokens), prefer controlled environments and your company policies. And always review the generated contents. Never trust blindly things you see on the internet.