Unix Timestamp Converter - Multi-Timezone Epoch to Date

Unix timestamp converter online with seconds/millis auto-detect. View ISO 8601, RFC 2822, UTC, and relative time across timezonesโ€”local & private. Try now.

Unix (seconds)

1713571200

Unix (milliseconds)

1713571200000

ISO 8601

2024-04-20T00:00:00.000Z

RFC 2822

Sat, 20 Apr 2024 00:00:00 GMT

Relative Time

4/20/2024, 12:00:00 AM

Natural Language

4/20/2024, 12:00:00 AM

Local

4/20/2024, 12:00:00 AM

UTC

Sat, 20 Apr 2024 00:00:00 GMT

UTC

Saturday, April 20, 2024 at 12:00:00 AM

Asia/Shanghai

Saturday, April 20, 2024 at 8:00:00 AM

America/Los_Angeles

Friday, April 19, 2024 at 5:00:00 PM

Europe/London

Saturday, April 20, 2024 at 1:00:00 AM

History

No history yet

How to Use

  1. Choose Timestamp โ†’ Date or Date โ†’ Timestamp.
  2. Enter a value or pick a date; click Use Now if needed.
  3. Copy the format you need (ISO/RFC/Unix/Relative).
  4. Use the timezone panel to confirm local vs UTC display.

Core Features

  • Convert timestamps to date-time and back in one click.
  • Detect seconds vs milliseconds automatically to prevent unit mistakes.
  • Output ISO 8601, RFC 2822, and Unix seconds/millis formats.
  • Show human-friendly relative time like โ€œ2 hours agoโ€ or โ€œin 5 minutesโ€.
  • Compare the same instant across local, UTC, and custom offsets.
  • Copy results instantlyโ€”everything stays local and private.

Related Tools

Secure JSON Formatter & Type Generator - Local Type Gen

Secure JSON formatter: format, validate, and fix JSON locally. Beautify/minify, highlight errors, generate TypeScript or Zod, convert to XMLโ€”private. Try now.

Free JSONPath Tester & Evaluator | Local Real-Time Queries

Free JSONPath tester and evaluator for API JSON. Extract matching nodes in real time, inspect paths, and copy JSON results while parsing stays local in your browser.

JSON to CSV Converter - Local Spreadsheet Export

Convert JSON objects or arrays to CSV locally in your browser. Flatten fields, preview the result, then copy or download CSV without uploading data.

CSV to JSON Converter - Local Real-Time Parser

Convert CSV text or files to JSON arrays locally in your browser. Supports headers, comma/semicolon/tab delimiters, drag-and-drop files, copy, and download with no uploads.

JSON Diff Checker - Local Semantic Compare

Compare two JSON documents locally in your browser. Sort object keys for a semantic diff, ignore key-order noise, and mark added, removed, and modified fields without uploads.

JSON Minifier & Compressor

Minify JSON into one line, remove indentation and line breaks, and compare original size, minified size, saved bytes, and saved percentage.

JSON to TypeScript Converter - Generate Interfaces Locally

Free online JSON to TypeScript converter. Instantly generate TypeScript interfaces and types from your JSON payloads. 100% private, client-side code generation.

YAML to JSON Converter - Secure Client-side Parser

Convert YAML to formatted JSON locally in your browser. This developer tool supports live conversion, multi-document YAML, line-aware errors, copy, and JSON download without storing data.

Calculation Logic

  • A Unix timestamp represents a UTC instant (timezone-agnostic).
  • Intl.DateTimeFormat renders that instant in different timezones.
  • Relative output is computed from a delta and can be formatted via Intl.RelativeTimeFormat.

FAQ

  • Is it free?
    • Yes.
  • Is my input uploaded?
    • No. Conversions run locally in your browser.
  • How do I get โ€œ2 hours agoโ€ style output?
    • Enable relative output and weโ€™ll compute the delta automatically.
  • Why do timestamps look different across timezones? (Technical)
    • The timestamp is a fixed UTC instant; only the display timezone changes. Compare local vs UTC to verify.
  • How do I avoid seconds vs milliseconds confusion?
    • Turn on auto-detect so the tool infers units from length and range.