Unix Timestamp Converter (Epoch ↔ Date) — Online Tool

Convert Unix timestamps to human-readable dates (and back) with timezone support, relative adjustments, and batch processing.

CSS Gradient Generator
Free Online Text Comparison Tool
Color Contrast Checker
Box Shadow Generator
Image to Base64 Converter
SERP Snippet Preview
UUID Generator
CSV to JSON Converter
Case Converter
Lorem Ipsum Generator
QR Code Generator
API Request Builder
JSON to CSV Converter
URL Encoder / Decoder
JSON ↔ YAML Converter
Color Format Converter
Meta Tag Generator
Robots.txt Generator — Allow/Disallow, Crawl-delay, Sitemap
XML Sitemap Generator — Create & Download sitemap.xml
Keyboard Navigation Test
Markdown Previewer
Favicon Generator
Hash Generator
Cron Expression Generator — Crontab Schedule & Examples
Image Accessibility Checker
Flexbox Generator
Word Counter & Text Analyzer
SVG Wave Generator
JWT Decoder
Readability Checker
Password Generator
JSON to Go Struct
JSON to Kotlin Data Class
JSON to Rust Struct
JSON to TypeScript Interface
JSON to C# Class
YAML to Go Struct
YAML to Kotlin Data Class
YAML to Rust Struct
YAML to TypeScript Interface
XML to Go Struct
XML to Kotlin Data Class
XML to Rust Struct
XML to TypeScript Interface
CSV to Go Struct
CSV to Kotlin Data Class
CSV to Rust Struct
CSV to TypeScript Interface
CSV to XML
CSV to YAML
JSON to XML
JSON to YAML
XML to CSV
XML to JSON
XML to YAML
YAML to CSV
YAML to JSON
YAML to XML
Base64 Encoder / Decoder
CSS Grid Generator
SEO URL Checker
HTTP Status Checker
JSON Formatter
Code Formatter & Beautifier
Schema Markup Generator
Keyword Density Analyzer
Meta Description Generator
Image Resizer & Compressor
Word Counter & Text Analyzer
Percentage Calculator - Calculate Percentages Online
Age Calculator - Calculate Your Exact Age Online
Random Number Generator - Generate Random Numbers Online
Regex Tester - Test Regular Expressions Online
Domain Age Checker - Check Domain Registration Date & Age
Color Palette Generator - Create Beautiful Color Schemes
Unit Converter - Length, Weight, Temperature & More
Mortgage Calculator - Calculate Monthly Payments & Total Interest
Property Tax Calculator - Estimate Annual Property Taxes
Budget Calculator - Monthly Budget Planner & Expense Tracker
Tailwind CSS Class Generator - Visual Utility Class Builder
SQL Formatter & Beautifier - Free Online SQL Query Formatter Tool

Precision & Timezone

Interpreting inputs as seconds (10-digit epoch).

Timestamp → Date

Convert Unix epoch values into precise calendar dates.

Supports relative keywords like now or adjustments (e.g. +30d, -2h, +45m).

Chain multiple adjustments with commas or spaces.

Date → Timestamp

Pick a calendar date/time to calculate epoch values.

Uses your local timezone; conversions respect the selected timezone above.

Apply offsets before converting to Unix time.

Batch converter

Paste multiple timestamps (comma or line separated) to convert instantly.

We respect the precision setting above for every entry.

InputISO 8601Localized (UTC)Copy
Paste timestamps to see conversions.

See also

Continue optimising your workflow with more developer-friendly utilities.

Need Custom Tools for Your Business?

Love these tools? We can build custom solutions tailored to your specific workflow. From internal dashboards to API integrations - we create what you need.

Custom Web Apps
Business Tools
API Integrations
Get Custom Quote

Starting from ₹25,000 • Free consultation

Buy me a coffee

Support my work

$5

Make sense of epoch time in seconds — or milliseconds

Unix timestamps are brilliant for machines but painful for people. This guide helps you translate between raw epoch values and human-readable dates without losing precision. Optimise reporting, QA workflows, or product release schedules with timezone-aware output that is ready to copy into any document.

All conversions run locally in your browser, so sensitive data never leaves your device.

Human-friendly output

See every Unix value translated into ISO 8601, RFC 3339, and a localized string that honours your preferred timezone.

Precision aware

Switch between seconds or milliseconds at any time — the converter automatically recalculates and keeps values accurate.

Relative adjustments

Apply offsets such as +30d, -2h, or +15m to compare deadlines, calculate expirations, or preview scheduling drift instantly.

Batch conversions

Paste multiple timestamps and export consistent formatted results for debugging logs, analytics exports, or release scripts.

How to convert timestamps

  1. 1

    Select your starting value

    Use the “Timestamp → Date” panel for epoch inputs or the “Date → Timestamp” panel for calendar inputs. You can toggle between seconds and milliseconds at any time.

  2. 2

    Apply optional adjustments

    Enter expressions like +7d or -30m to shift the result. Combine multiple offsets with commas.

  3. 3

    Copy the format you need

    Instantly copy ISO 8601, RFC 3339, localized strings, or the recalculated epoch value. Batch mode lets you reuse the same settings across a whole list of timestamps.

Relative delta cheatsheet

Relative expressions combine a sign (+/-), a number, and a unit. Supported units include:

  • sseconds
  • mminutes
  • hhours
  • ddays
  • wweeks
  • momonths (30 days)
  • yyears (365 days)

Example: now +2h -30m moves two hours forward and then thirty minutes back.

Where epoch conversions shine

API integrations

  • Inspect webhook payloads or cron schedules that arrive as Unix epochs.
  • Generate sample responses for REST, GraphQL, or gRPC documentation.

Product & analytics teams

  • Translate event timestamps during data quality reviews.
  • Validate marketing automation triggers across timezones.

Content & SEO specialists

  • Embed properly formatted datetime strings inside structured data.
  • Compare publication cadences or embargo windows in your locale.

Frequently asked questions

What is a Unix timestamp?

A Unix timestamp (also called epoch time) counts the exact number of seconds or milliseconds that have elapsed since 1 January 1970 00:00:00 UTC. Because it is timezone-agnostic and purely numeric, it is ideal for syncing data across systems and programming languages.

How do I convert a date to a Unix timestamp?

Enter a calendar date and time in the “Date → Timestamp” panel, choose whether you need seconds or milliseconds, and the converter will output the correct epoch value immediately. You can then copy the result for use in APIs, databases, cron jobs, or signed tokens.

How do I get the current Unix timestamp?

Press the “Use Now” button in either panel to insert the current moment automatically. The tool refreshes the timestamp, applies any relative offsets you have set, and displays ISO, RFC 3339, and localized formats you can copy.