DevToolBoxGRATUIT
Blog

Convertisseur Timestamp Unix

Convertissez entre timestamps Unix (secondes/millisecondes) et dates lisibles.

Timestamp Unix actuel:
1772199944

Resultats

Entrez un timestamp ou une date

Convertisseur Timestamp Unix gratuit

Convertissez les timestamps Unix en dates lisibles et inversement avec detection automatique.

Comment convertir

  1. Entrez un timestamp ou une date
  2. Detection automatique
  3. Cliquez Convertir
  4. Copiez la valeur

Questions frequentes

Qu'est-ce qu'un timestamp Unix ?
Le nombre de secondes depuis le 1er janvier 1970 UTC.
Secondes vs millisecondes ?
Secondes = 10 chiffres, millisecondes = 13 chiffres.
Le probleme de 2038 ?
Les systemes 32 bits deborderont le 19 janvier 2038.
Auto-detection ?
13+ chiffres = millisecondes, sinon secondes.
Fuseau horaire ?
Timestamps en UTC. Affiche UTC et votre fuseau local.

Outils connexes

𝕏 Twitterin LinkedIn

Notez cet outil

3.9 / 5 · 118 avis

Restez informé

Recevez des astuces dev et les nouveaux outils chaque semaine.

Pas de spam. Désabonnez-vous à tout moment.

Enjoy these free tools?

Buy Me a Coffee

Comment utiliser

  1. Enter a Unix timestamp to convert to a human-readable date
  2. Or enter a date string to convert to a Unix timestamp
  3. The tool auto-detects seconds vs milliseconds
  4. View results in UTC, local time, and ISO format

Cas d'utilisation

  • Converting API timestamps to readable dates
  • Debugging date-related issues
  • Comparing timestamps across systems
  • Working with JWT token expiration times

Questions fréquentes

What is a Unix timestamp?
A Unix timestamp is the number of seconds elapsed since January 1, 1970 00:00:00 UTC (the Unix epoch). It's a universal way to represent time in computing.
What's the difference between seconds and milliseconds?
Unix timestamps in seconds are 10 digits (e.g., 1700000000), while milliseconds are 13 digits (e.g., 1700000000000). JavaScript uses milliseconds, most systems use seconds.
Does this tool handle timezones?
Yes. The tool shows both UTC and your local timezone when converting timestamps, so you can see the exact time in both.