Best for
- Converting epoch seconds or milliseconds into readable local and UTC dates.
- Checking date ranges and elapsed time while debugging logs or APIs.
- Copying small code examples for common timestamp handling.
Convert Unix epoch seconds, milliseconds, dates, and durations.
Convert Unix epoch, dates, and durations in one place.
Updates every second from your browser clock.
Unix seconds: 1783172618 Unix milliseconds: 1783172618074 Unix microseconds: 1783172618074000 Unix nanoseconds: 1783172618074000000 ISO 8601: 2026-07-04T13:43:38.074Z Local time: 7/4/2026, 1:43:38 PM UTC: Sat, 04 Jul 2026 13:43:38 GMT Timezone: UTC+00:00
Unix seconds: 1783172618 Unix milliseconds: 1783172618000 Unix microseconds: 1783172618000000 Unix nanoseconds: 1783172618000000000 ISO 8601: 2026-07-04T13:43:38.000Z Local time: 7/4/2026, 1:43:38 PM UTC: Sat, 04 Jul 2026 13:43:38 GMT Timezone: UTC+00:00
Unix seconds: 1783172618 Unix milliseconds: 1783172618000 Unix microseconds: 1783172618000000 Unix nanoseconds: 1783172618000000000 ISO 8601: 2026-07-04T13:43:38.000Z Local time: 7/4/2026, 1:43:38 PM UTC: Sat, 04 Jul 2026 13:43:38 GMT Timezone: UTC+00:00
Total seconds: 86,400 Total minutes: 1,440 Total hours: 24 Total days: 1 Breakdown: 1d 0h 0m 0s
Total seconds: 3,600 Total minutes: 60 Total hours: 1 Total days: 0.0417 Breakdown: 0d 1h 0m 0s
Use the selected date value as a Unix epoch timestamp in common languages.
JavaScript
const date = new Date(1783172618 * 1000);
console.log(date.toISOString());
Python
from datetime import datetime, timezone
print(datetime.fromtimestamp(1783172618, timezone.utc).isoformat())
PHP
<?php echo gmdate('c', 1783172618); ?>
SQL
SELECT to_timestamp(1783172618);Epoch converter is a practical reference for developers, analysts, and operators who need to compare Unix time, dates, and durations quickly.
Short guides for common browser-based file, image, GIF, PDF, and privacy workflows.
Avoid common mistakes with Unix seconds, milliseconds, ISO dates, local time, and UTC.
Epoch converter is designed to run directly in your browser. Prepare the required input, review the result, and keep original copies of important files before using browser-based tools.
Common questions about browser-only file conversion.
More tools built around the same local-processing approach.
Extract Unix and ISO timestamps from logs or pasted text and convert them into local, UTC, seconds, and milliseconds.
Format or minify JSON, XML, HTML, CSS, and JavaScript in one browser tool.
Convert CSV, JSON, and YAML data between common formats in the browser.