Privvert - private browser-based file toolsPrivvert

Unix-tidsstämpel

Epoch ↔ datum

Current Unix time
1782594124
Local
Sat Jun 27 2026 21:02:04 GMT+0000 (Coordinated Universal Time)
UTC
Sat, 27 Jun 2026 21:02:04 GMT

Om det här verktyget

Convert between Unix timestamps and human-readable dates in any IANA timezone. Supports seconds (10-digit) and milliseconds (13-digit) timestamps. Useful for debugging logs, reading database records, scheduling cron jobs, and converting between systems that disagree on timezone or precision.

Privvert auto-detects whether your input is seconds or milliseconds, ISO 8601, or a free-form date. Live two-way conversion runs entirely in your browser.

Funktioner

  • Seconds, milliseconds, ISO 8601 input/output
  • Any IANA timezone (Europe/Copenhagen, America/New_York, etc.)
  • Auto-detect input format
  • 'Now' button for the current timestamp
  • Live two-way conversion as you type
  • Browser-only - data never uploaded
  • Free and unlimited
  • Live current Unix time at the top of the page

Så använder du det

  1. Paste a timestamp or a date.
  2. Pick the timezone you want to view in.
  3. Read the converted value live.
🔒 100 % privat

Allt sker i din webbläsare med JavaScript och WebAssembly. Dina filer laddas aldrig upp, lagras aldrig och ses aldrig av oss.

Vanliga frågor

What format is ISO 8601?

Like 2025-05-10T12:34:56Z - the international standard for date-times. The Z means UTC; +02:00 means UTC+2 (e.g. Copenhagen in summer).

Seconds or milliseconds?

Unix-original is seconds (10 digits). JavaScript and most newer systems use milliseconds (13 digits). The tool auto-detects based on length.

Why does my date show the wrong day?

Almost always a timezone issue. A Unix timestamp has no timezone - it's an instant. The same instant displays as different dates in Copenhagen vs Honolulu.

Are timestamps year-2038 safe?

Privvert uses 64-bit timestamps internally, so yes. The Y2038 problem is a 32-bit-system issue - modern languages and databases default to 64-bit.

Seconds or milliseconds?

The tool detects which one you pasted based on the magnitude - any value above 10^11 is treated as milliseconds. You can override the detection if your timestamps don't match the usual range.

What about timezone-aware output?

The converted date shows both UTC and your local browser timezone side-by-side. For other zones, use the Time Zone tool with the converted UTC time as input.