DevToolBoxKOSTENLOS
Blog

Unix-Zeitstempel-Konverter

Konvertieren Sie zwischen Unix-Zeitstempeln und lesbaren Daten.

Aktueller Unix-Zeitstempel:
1772199878

Ergebnisse

Zeitstempel oder Datum eingeben

Kostenloser Unix-Zeitstempel-Konverter

Konvertieren Sie Unix-Zeitstempel in lesbare Daten und umgekehrt.

Wie man konvertiert

  1. Zeitstempel oder Datum eingeben
  2. Automatische Erkennung
  3. Konvertieren klicken
  4. Wert kopieren

Haeufig gestellte Fragen

Was ist ein Unix-Zeitstempel?
Sekunden seit dem 1. Januar 1970 UTC.
Sekunden vs Millisekunden?
Sekunden = 10 Ziffern, Millisekunden = 13 Ziffern.
Das 2038-Problem?
32-Bit-Systeme laufen am 19. Januar 2038 ueber.
Auto-Erkennung?
13+ Ziffern = Millisekunden, sonst Sekunden.
Welche Zeitzone?
Zeitstempel sind UTC. Zeigt UTC und lokale Zeitzone.

Verwandte Tools

𝕏 Twitterin LinkedIn

Bewerten Sie dieses Tool

3.9 / 5 · 118 Bewertungen

Bleiben Sie informiert

Wöchentliche Dev-Tipps und neue Tools.

Kein Spam. Jederzeit abbestellbar.

Enjoy these free tools?

☕Buy Me a Coffee

Anleitung

  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

AnwendungsfÀlle

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

HĂ€ufig gestellte Fragen

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.