Convert epoch to date
Paste a Unix timestamp from an API response, log line, database row, JWT claim, or browser event and read the UTC date plus local display.
Open related guideEpochConverter
EpochConverter handles the two common timestamp jobs: decoding Unix epoch seconds or milliseconds into a readable date, and creating an epoch value from a date and time. Use it for logs, APIs, SQL filters, scheduled jobs, analytics exports, and test fixtures where the exact instant matters.
Quick check: 1767225600 converts to January 1, 2026 at 00:00:00 UTC. If your runtime expects milliseconds, use 1767225600000 for the same instant.
Paste a Unix timestamp from an API response, log line, database row, JWT claim, or browser event and read the UTC date plus local display.
Open related guideStart with a calendar date and generate Unix seconds and milliseconds for schedulers, tests, fixtures, or SQL comparisons.
Open related guideVerify exact values such as the first second of 2026 before using them in migrations, reports, monitoring rules, or cache tests.
Open related guideYes. This page covers the common searches epochconverter, epochconvert, converter epoch, and epoch convert. The tool converts both directions: timestamp to date and date to timestamp.
1767225600 is a Unix epoch seconds value. It converts to Thursday, January 1, 2026 at 00:00:00 UTC. The millisecond form is 1767225600000.
Enter the value exactly as your system gives it. Modern 10-digit values are usually seconds, while modern 13-digit values are usually milliseconds.
Epoch time is anchored to UTC. Local timezone display can move the clock into the previous or next calendar day without changing the underlying timestamp.
Need a narrower answer? Use the exact 1767225600 Jan 1 2026 UTC reference or the general convert epoch to date guide.
Related Tools
More free tools for developers debugging timestamps, schedules, and text changes.