Polymorpher

The Utility Factory — Free Developer Tools

Convert, transform, beautify & decode — all in one place.

🛠️ 11+ Tools
🌐 10 Languages
💰 100% Free
🔒 Zero Data Stored

⚡ All Tools

💡 Daily Fact Today
💻

Did You Know?

Select a tool from the sidebar to get started, or explore our free developer utilities.

About this Tool

DateTime Converter — Unix Epoch, ISO 8601, RFC 2822 & More

Convert between Unix timestamps (seconds, milliseconds, microseconds, nanoseconds), ISO 8601, RFC 2822, UTC, and human-readable date formats instantly. Auto-detects input format — paste any timestamp or date string and see all conversions.

Supports relative time output ("2 hours ago", "in 3 days"), day-of-year, week-of-year, and multiple regional date formats (US, EU, UK). Essential for developers working with APIs, databases, log files, JWT tokens, and cron jobs.

Zero data storage — your timestamps never leave your browser. Free online epoch converter for developers.

Live Examples

Example 1 — Unix timestamp (seconds) to all formats

Input: 1772694478

Output:

UNIX (s)    1772694478
UNIX (ms)   1772694478000
ISO 8601    2026-03-05T10:07:58+00:00
RFC 2822    Thu, 05 Mar 2026 10:07:58 +00:00
US Date     03/05/2026 10:07:58 AM
EU Date     05.03.2026 10:07:58
Relative    ~1 month ago
Example 2 — ISO 8601 date to Unix timestamp

Input: 2026-04-06T15:30:00Z

Output: Shows Unix seconds, milliseconds, and all regional date formats.

Example 3 — Millisecond timestamp (JavaScript Date.now())

Input: 1772694478000

The converter auto-detects millisecond timestamps (>10 billion) and converts correctly — no manual adjustment needed.

Example 4 — Human-readable date string

Input: March 5, 2026 10:00 AM

Natural language dates are parsed and converted to all machine-readable formats.

Auto-Detection Logic

Input RangeDetected As
< 10 billionUnix seconds
10B – 1 trillionUnix milliseconds
1T – 1 quadrillionUnix microseconds
> 1 quadrillionUnix nanoseconds
Non-numericDate string (ISO, RFC, natural language)

When to Use

  • Converting JWT exp / iat claims to human-readable dates
  • Debugging API timestamps in log files
  • Converting between JavaScript Date.now() (ms) and Unix time() (s)
  • Checking "how long ago" a database record was created
  • Converting regional date formats for international teams (US → EU)

Limitations

  • Timezone-aware output uses the offset from the input; ambiguous inputs default to UTC
  • Dates before Unix epoch (Jan 1, 1970) may not parse correctly from numeric input

Related Tools: JWT Decoder · JSON to Classes · Hash Generator

How It Works

Three simple steps — paste, transform, copy. No sign-up, no installation, no data stored.

1

Paste Your Input

Select a tool from the sidebar and paste your text, code, or data into the input editor. Polymorpher auto-detects the format.

2

Transform Instantly

Click "Transform" — the result appears in milliseconds. Most tools support reverse transform with the swap button.

3

Copy & Use

One-click copy puts the result on your clipboard. Your input is processed in real-time and immediately discarded — zero data retention.

Frequently Asked Questions

Is Polymorpher really free?

Yes, 100% free with no sign-up, no trial period, and no premium tier. All 12 tools are available without any account or payment.

Is my data safe? Do you store anything?

Polymorpher is fully stateless. Your code, JSON, SQL, tokens, and all other input are processed in real-time and immediately discarded. We have no database — nothing is stored, logged, or tracked. Your data never touches a disk.

What programming languages are supported for JSON to Code conversion?

Polymorpher supports 10 languages: C#, Java, Python, TypeScript, Go, Kotlin, Dart, Ruby, Swift, and Rust. Each generates idiomatic code with proper naming conventions, type inference, and nested class support.

How does the hash generator work? Does it support HMAC?

The hash generator supports MD5, SHA1, SHA256, SHA384, and SHA512 algorithms. You can select a specific algorithm or generate all digests at once. HMAC mode is supported — enter a secret key to produce authenticated message digests used for API signatures and webhook verification.

Can I use Polymorpher offline?

Polymorpher requires an internet connection since transformations are processed by our .NET 10 API for accuracy and speed. However, the processing is stateless — each request is independent and nothing is cached server-side.

What is the reverse transform / swap feature?

Most tools support bi-directional conversion. For example, Base64 encode ↔ decode, URL encode ↔ decode, JSON to C# ↔ C# to JSON. Click the "Swap" button to reverse the transform direction instantly.

From Our Blog

Guides, tutorials, and deep dives for developers.

View All 18 Articles →

Our Content Standards

Polymorpher guides are reviewed for technical accuracy, updated when behavior changes, and include practical examples intended for real developer workflows.

Read Editorial Policy →

Ctrl+K Search tools Ctrl+Shift+C Copy output