ToolbyeOutil Timestamp

Timestamp Unix vers date

Convertissez des secondes 10 chiffres ou millisecondes 13 chiffres en date locale et UTC lisible.

Probleme resolu

Quand un log, une API ou une base fournit un timestamp numerique, ce guide aide a lire la date exacte.

Mode d emploi

  1. Copy the timestamp from your log, API response, or database field.
  2. Open the main timestamp tool and paste it into the Timestamp to Date panel.
  3. Check whether the value is seconds or milliseconds.
  4. Copy the local, UTC, or ISO output that matches your workflow.

Seconds and milliseconds example

1700000000
1700000000000
1700000000 is seconds; 1700000000000 is milliseconds. Both can map to the same moment when interpreted with the correct unit.

If the result looks decades away, the value was probably interpreted with the wrong unit.

Erreurs frequentes

10 digits vs 13 digits

Unix seconds often use 10 digits, while JavaScript millisecond timestamps usually use 13 digits.

Timezone expectations

Local time and UTC can show different clock values for the same moment.

Copied whitespace

Trim spaces or line breaks copied from logs before converting.

FAQ timestamp Unix vers date

How do I know if a timestamp is seconds or milliseconds?

10-digit values are usually seconds; 13-digit values are usually milliseconds.

Why does UTC differ from local time?

They represent the same instant in different timezones.

Can I copy ISO output?

Yes. Use the main tool to copy ISO 8601 or another output template.

Guides timestamp lies

Date vers timestamp Unix

Convertissez une date lisible en secondes et millisecondes Unix pour API, logs et bases de donnees.

Convertisseur timestamp millisecondes

Convertissez les timestamps 13 chiffres et comparez-les aux secondes Unix 10 chiffres.

Outils associés

JSON Formatter

Formatez, compressez et validez du JSON avec un positionnement d'erreur clair.

Base64 Encode / Decode

Convertissez texte et images entre Base64 et contenu lisible.