Epoch Converter. Unix time, converted instantly.
The free online epoch time converter. Unix epoch time to human-readable dates and back, with a live ticking clock, UTC or local time, batch pasting, and code snippets for your stack.
—
0x0
One timestamp, every format.
Convert epoch time to dates and back. Precision auto-detected, timezone your choice.
Dates below render in the timezone above. Press / to focus the field.
Deep-link any timestamp with ?ts=1722750000
One site, every timestamp format.
18 converters + 10 programming guides.
unix time
special formats
programming
Epoch Converter
The full Unix tool: live clock, batch conversion, and snippets in 10 languages.
1722750000 → Aug 4, 2024 05:40 UTC
Unix Timestamp to Date
Decode any epoch value: seconds, milliseconds, or microseconds.
1786060800 → Aug 7, 2026 00:00 UTC
Date to Epoch
Turn any date string back into a Unix timestamp.
Aug 7, 2026 00:00 UTC → 1786060800
Milliseconds to Epoch
For Date.now() values and high-precision APIs.
1786060800000 → Aug 7, 2026 00:00 UTC
Snowflake ID
Decode Discord, Twitter/X, and custom 64-bit IDs.
1535074998681600000 → Aug 7, 2026
LDAP / Active Directory
100-nanosecond FileTime values since 1601.
134305344000000000 → Aug 7, 2026
GPS Time
Weeks and seconds-of-week since January 1980.
Week 2430 · 432018 s → Aug 7, 2026
NTP Timestamp
Seconds since 1900, plus the 64-bit packet form.
3995049600 → Aug 7, 2026
.NET DateTime Ticks
100-nanosecond ticks since year 1.
639216576000000000 → Aug 7, 2026
Mac HFS+ Timestamp
Seconds since the 1904 Macintosh epoch.
3868905600 → Aug 7, 2026
Excel Date (OADate)
Serial days since 1899, time of day in the fraction.
46241.5 → Aug 7, 2026 12:00 UTC
UUID v1 / v7 & ULID
Extract the creation time embedded in time-ordered IDs.
01HZ…26-char ULID → Aug 7, 2026
Chrome / WebKit Time
Microseconds since 1601. Browser database values.
13430534400000000 → Aug 7, 2026
Cocoa Core Data
Seconds since 2001. NSDate and Core Data stores.
807753600 → Aug 7, 2026
Timezone Converter
Convert a date/time directly between two named zones.
14:30 IST → 05:00 EDT
Year 2038 Countdown
Live timer to the 32-bit overflow at 03:14:07 UTC.
2147483647 → Jan 19, 2038
Common Timestamps
Reference table: Y2K, start-of-year, billion-second markers.
946684800 → Jan 1, 2000
Many timestamps, one paste.
Drop in a whole list. One per line, or separated by commas or spaces. Every row converts, ready to copy or export.
0 timestamps
Same moment, in your stack.
Generate the current Unix timestamp in JavaScript, Python, PHP, SQL, Go, Java, C#, Rust, C++, or PowerShell. Copy and ship.
Snippets stay in sync with the live clock above.
Built for developers.
Not for marketers.What day of the year is it today?
Today is day 261 of 2026 — Sep 18, Fri in UTC. 104 days remain in 2026.
current day number
261
of 365 in 2026
days remaining
104
until 2026 ends
today · UTC
Sep 18, 2026
Fri · day 261
Day numbers use the ISO 8601 ordinal date convention: January 1 is day 1, and each subsequent day adds one. The count does not depend on your timezone — it is the day number for the UTC date. Use the links below to see the full list for any year, or jump to the current day number page for the live value with the remaining-day count and the week number.
What week of the year is it?
This week is ISO week 39 of 2026. Week 39 starts on Sep 21, 2026 (Mon) and ends on Sep 27, 2026 (Sun) — that is the Monday-to-Sunday week used across most of the world and by ISO 8601.
current week number
39
of 2026 · ISO week
this week's range
Sep 21, 2026 (Mon)
—
Sep 27, 2026 (Sun)
ISO week numbers are the world-wide compatible standard: every week has exactly seven days, week 1 is the week containing the first Thursday of the year, and weeks always start on Monday. Some regional calendars use Sunday as the first day of the week — this site uses ISO weeks so the numbering stays consistent for an international audience. For the full year's week list, including the start and end dates of every week, follow the links below.
What Is an Epoch Converter?
An epoch time converter (also called an epoch converter or epoch unix time converter) is a utility that translates between Unix time and human-readable dates and times. Unix time, also known as the Unix timestamp, POSIX time, or epoch time, counts the number of seconds that have elapsed since January 1, 1970, 00:00:00 UTC, the moment known as the Unix epoch. Because a timestamp is a single number that identifies an exact instant anywhere on the planet, it is the standard way that computers, databases, and logs record moments in time.
A Unix Epoch Converter That Works Both Ways
This page is a full Unix epoch converter: it converts timestamps to dates and dates back to timestamps. Paste any timestamp into the converter and you instantly see the equivalent date and time in your local timezone, in UTC, and in ISO 8601 format. Switch to date-to-epoch mode, type any date string, or pick a moment with the built-in date picker, and the tool returns the matching Unix timestamp in seconds, milliseconds, or microseconds. In other words, it is an epoch timestamp converter that combines a timestamp-to-epoch and a date epoch converter in one tool. However you need to convert epoch time, the direction is covered.
UTC Epoch Converter and Local Epoch Converter in One
A Unix timestamp is absolute. It marks the same instant everywhere on Earth. How that instant reads, however, changes with your timezone. This tool works as both a UTC epoch converter and a local epoch converter: choose UTC for server logs and API payloads, or pick your local timezone (or any of the hundreds of IANA timezones) and every result renders in the context you need. The live clock at the top of the page ticks in both local and UTC time, and your timezone preference is remembered between visits.
Seconds, Milliseconds, and Microseconds: Auto-Detected
Not every epoch time counts seconds. Many web APIs return epoch time in milliseconds,
and high-precision systems work in microseconds. This epoch time converter detects the
unit automatically: paste 1722750000,
1722750000123, or
1722750000123456 and it knows the
difference. You can also lock the unit manually for ambiguous values. No more guessing
whether that number is seconds or milliseconds.
A Linux Epoch Converter for Developers
Developers who live in the terminal spend a lot of time reading Unix timestamps in
file listings, logs, and database rows. This tool doubles as a Linux epoch converter for
that work: paste a timestamp from stat, dmesg, or a MySQL and Postgres
dump and read the date instantly. It also generates copy-ready
code snippets in ten languages: JavaScript, Python, PHP, SQL, Go, Java, C#, Rust, C++, and PowerShell, so you can
produce the current epoch time in your own stack. Whether you need to convert time to
epoch for a query or decode a timestamp from a log, the answer is one paste away.
Batch Convert Many Timestamps at Once
Need to convert a whole list? The batch converter accepts one timestamp per line (or values separated by commas and spaces) and converts every row in a single pass. Each result is copied with one click, and the full table exports as a spreadsheet-ready TSV or CSV. It is the fastest online epoch converter for bulk timestamp-to-date work.
Specialized Converters for Every Timestamp Format
Unix time is just one of many epoch systems, and each of the others gets its own dedicated converter on this site: a snowflake ID converter for Discord and Twitter/X 64-bit IDs, an LDAP timestamp converter for Active Directory 100-nanosecond values, a GPS time converter for week and seconds-of-week readings, an NTP timestamp converter for seconds since 1900, a .NET ticks converter for DateTime ticks since year 1, a Mac HFS+ timestamp converter for seconds since 1904, and an Excel date converter for OADate serial numbers. A second wave of specialists fills the remaining gaps: a UUID v1 / v7 & ULID converter that extracts the creation time from time-ordered IDs, a Chrome / WebKit timestamp converter for microseconds since 1601, a Cocoa Core Data timestamp converter for seconds since 2001, a timezone converter for moving a wall-clock time between two zones, a Unix hex timestamp converter for hexadecimal epoch values, a Year 2038 countdown to the 32-bit overflow, and a common Unix timestamps reference. Each landing page explains the epoch, the arithmetic, worked examples, and the code you need, and the programming guides cover getting and converting Unix time in ten languages: JavaScript, Python, PHP, Go, Java, C#, Rust, C++, SQL, and PowerShell.
Free, Fast, and Private Online Epoch Converter
This is a free online epoch converter and epoch date converter with no sign-up and no paywall. Conversions run entirely in your browser, so they are instant and your data never leaves your machine. The site is supported by unobtrusive advertising, and nothing you convert is ever sent to a server. Deep-link any timestamp with a simple URL parameter, toggle dark mode, and keep the tool open for your next debugging session. Bookmark it: the unix timestamp to date and date to timestamp conversions you use most are now one click away.
References
- POSIX.1-2024 — seconds since the Epoch (The Open Group)
- RFC 3339 — date and time on the internet
- ECMA-262 — Date objects and the milliseconds basis
How this site handles negative timestamps, fractional seconds, leap seconds, unit auto-detection, and DST is documented on the methodology page.
Epoch Converter FAQ
Quick answers about Unix time, timestamps, timezones, and this tool, including the questions developers ask most.
How do I convert IST to epoch?
To convert IST (Indian Standard Time, UTC+5:30) to epoch, select Asia/Kolkata from the timezone list and type your IST date and time into the date-to-timestamp mode. The tool converts it to a Unix timestamp you can use in code. The reverse also works: paste a timestamp and read it back in IST.
What is the Unix epoch?
The Unix epoch is the reference point for Unix time: January 1, 1970, 00:00:00 UTC. Every Unix timestamp is the number of seconds (or milliseconds) elapsed since that instant. It is the standard way computers, operating systems, databases, and logs record an exact moment in time, independent of timezone.
What is a timestamp converter?
A timestamp converter translates Unix time into a human-readable date and time, and back again. Paste a value like 1722750000 and you get the equivalent date in your local timezone and UTC; type a date and the tool returns its timestamp in seconds, milliseconds, or microseconds. It is the fastest way to decode the numbers you see in logs and APIs.
How do I convert epoch to time?
To convert epoch to time, paste the timestamp into the converter and read the result as a human-readable date and time. Since a Unix timestamp is the number of seconds since January 1, 1970, UTC, the converter works it backwards: it shows the exact moment that number represents, in UTC and in your local timezone. For example, 1722750000 converts to August 4, 2024. If you need the other direction (a date back to a timestamp), switch to date-to-epoch mode.
What is an epoch converter used for?
An epoch converter tool (the kind you might search for as "converter epoch" or "epoch time converter") is used to translate Unix timestamps into dates and dates into timestamps. Developers use it to decode the numbers in server logs, file timestamps, and API payloads, and to generate the epoch values their code needs. This tool does all of that in both directions, auto-detects seconds, milliseconds, and microseconds, and supports every timezone.
How do I convert epoch to UTC?
To convert epoch to UTC, paste the timestamp into the converter and choose UTC from the timezone list. Every result then renders in Coordinated Universal Time, which is what most server logs, databases, and API payloads use. The live clock at the top of the page also ticks in both UTC and your local time.
How do I convert epoch to EST?
To convert epoch to EST (Eastern Standard Time, UTC−5), paste the timestamp into the converter and choose America/New_York from the timezone list. The tool renders the exact local time, including the daylight-saving offset (EDT, UTC−4, during summer months), so the same timestamp reads differently in January and July.
How do I convert epoch to PST?
To convert epoch to PST (Pacific Standard Time, UTC−8), paste the timestamp into the converter and choose America/Los_Angeles from the timezone list. You get the precise local time with the correct daylight-saving offset (PDT, UTC−7, during summer months) automatically applied.
What is POSIX time?
POSIX time is another name for Unix time: the number of seconds since January 1, 1970, 00:00:00 UTC, as defined by the POSIX standard (also called the Unix epoch, epoch time, or Unix timestamp). A POSIX time converter translates those seconds into a human-readable date and back, exactly what this tool does, in seconds, milliseconds, or microseconds.
What format is epoch time?
Epoch time is stored as a single integer counting seconds since January 1, 1970, 00:00:00 UTC (for example 1722750000). The epoch format appears as a 10-digit number for seconds, 13 digits for milliseconds, and 16 digits for microseconds. This tool auto-detects the unit, so you never have to count digits yourself.
What is the best converter for epoch timestamps?
The best converter for epoch timestamps handles both directions, auto-detects seconds, milliseconds, and microseconds, and supports every timezone, including UTC and IST. This tool converts one value or a whole batch in a single paste, generates copy-ready code snippets, and runs entirely in your browser with no sign-up or paywall.
What is the best epoch converter tool?
The best epoch converter tool is free, instant, private, and reliable. This online epoch converter detects timestamp precision automatically, converts to and from dates in any timezone, exports batch results as TSV or CSV, and never uploads your data because everything runs locally in your browser. It is trusted by developers for debugging logs and queries.
What is an epoch converter?
An epoch converter is a utility that converts between Unix timestamps and human-readable dates and times. Since Unix time counts seconds since January 1, 1970, UTC, a converter is essential for reading the numbers that appear in logs, file systems, databases, and APIs, turning them into dates anyone can understand, and turning dates back into timestamps for code.
How do I convert a Discord snowflake ID to a date?
A Discord snowflake ID is a 64-bit integer: the top 41 bits are a timestamp in milliseconds since the Discord epoch (January 1, 2015), and the remaining bits store the worker, process, and sequence. To decode one, shift the ID right by 22 and add 1420070400000 to get epoch milliseconds, then format it as a date. Paste the ID into the snowflake ID converter for the full breakdown: timestamp, worker, process, and sequence.
What is an LDAP or Active Directory timestamp?
Active Directory and LDAP record moments like password changes and account expirations as 100-nanosecond intervals since January 1, 1601 UTC. A typical value is 18 digits long, for example 134305344000000000. To convert one to Unix time, divide by 10,000,000 and subtract 11644473600 seconds. The LDAP timestamp converter does exactly that, in both directions.
What are GPS week and seconds-of-week?
GPS receivers count time as a week number plus seconds since the GPS epoch: midnight UTC on January 6, 1980. GPS time ignores leap seconds, so its clock currently runs 18 seconds ahead of UTC. To convert, use Unix time = GPS total seconds + 315964800 − 18. The GPS time converter handles weeks, seconds-of-week, and the leap-second offset.
Unix time, explained
Long-form guides for developers who debug logs, APIs, and databases. Written by the team, reviewed against the specifications, and linked to a converter whenever one helps.
-
What Is Unix Time? The Epoch Explained for Developers
A clear, from-first-principles look at Unix time: what the epoch is, how seconds are counted, why 1970, and the 2038 boundary.
Read guide -
How to Read Unix Timestamps in Logs, Fast
Server logs, databases, and APIs are full of 10- and 13-digit numbers. Learn the mental shortcuts that turn them into dates in seconds.
Read guide -
Seconds, Milliseconds, or Microseconds? Detecting a Timestamp’s Unit
The most common timestamp bug is mixing up units. This guide shows you how to identify seconds, milliseconds, and microseconds from the digits alone.
Read guide -
ISO 8601 vs Unix Time: When to Use Which
Both formats record an instant, but they fail in opposite ways. A practical comparison for APIs, databases, and log pipelines.
Read guide -
Leap Seconds and GPS Time: Why Two Clocks Disagree
UTC inserts leap seconds, GPS time ignores them, and Unix time pretends they never happen. Here is what each clock is actually counting.
Read guide -
Snowflake IDs: The Timestamps Hidden in Discord and Twitter IDs
Discord, Twitter/X, and many internal systems ship 64-bit IDs with a timestamp built in. Learn to read the bits and decode them by hand.
Read guide -
Windows Time Formats: FILETIME, .NET Ticks, and the 1601 Epoch
FILETIME, LDAP timestamps, WebKit times, and .NET ticks all descend from the same 100-nanosecond idea. This guide untangles the family tree.
Read guide -
7 Timestamp Bugs That Bite Every Developer
A field guide to the timestamp mistakes that cost real incidents — unit mix-ups, timezone slips, precision loss, and more — with fixes.
Read guide