Unix Timestamp Converter
Epoch seconds or milliseconds to a date in UTC or any time zone, and back again. The current Unix time is shown live.
Current Unix time (seconds)
—
Timestamp → date
- IndiaIST, UTC+5:30
- Eastern Time – New YorkEDT, UTC-4
- Central Time – ChicagoCDT, UTC-5
- Mountain Time – DenverMDT, UTC-6
- Arizona – PhoenixMST, UTC-7
- Pacific Time – Los AngelesPDT, UTC-7
- Mexico CityCST, UTC-6
- Saskatchewan – ReginaCST, UTC-6
- UTC / GMTUTC, UTC+0
- United Kingdom – LondonBST, UTC+1
- Central Europe – Paris, BerlinCEST, UTC+2
- Gulf – DubaiGST, UTC+4
- SingaporeSGT, UTC+8
- Japan – TokyoJST, UTC+9
- Australia Eastern – SydneyAEST, UTC+10
- EST (always UTC-5)Fixed offset, no DST
- CST (always UTC-6)Fixed offset, no DST
- MST (always UTC-7)Fixed offset, no DST
- PST (always UTC-8)Fixed offset, no DST
Date → timestamp
Interpreted in UTC / GMT (choose the zone above).
Notable timestamps
| Timestamp | UTC | What it is |
|---|---|---|
| 0 | 1970-01-01T00:00:00Z | The Unix epoch |
| 1,000,000,000 | 2001-09-09T01:46:40Z | One billion seconds |
| 1,234,567,890 | 2009-02-13T23:31:30Z | 1234567890 |
| 1,500,000,000 | 2017-07-14T02:40:00Z | 1.5 billion seconds |
| 2,000,000,000 | 2033-05-18T03:33:20Z | Two billion seconds |
| 2,147,483,647 | 2038-01-19T03:14:07Z | Largest signed 32-bit value (the "year 2038 problem") |
How to use the unix timestamp converter
- 1Paste a timestampSeconds (10 digits) or milliseconds (13 digits) are detected automatically. Negative values are dates before 1970.
- 2Or enter a datePick a date, time and time zone to get the timestamp for that moment, with daylight saving applied for that date.
- 3Copy the resultsEvery result has a copy button: ISO 8601 in UTC, the local time, the RFC 2822 form and the timestamp in seconds and milliseconds.
Unix Timestamp Converter FAQs
What is a Unix timestamp?
The number of seconds since 00:00:00 UTC on 1 January 1970 (the Unix epoch), ignoring leap seconds. It is the same everywhere in the world, which is why systems store time this way and convert to local time only for display.
Seconds or milliseconds?
Unix and most databases use seconds (10 digits today); JavaScript, Java and many APIs use milliseconds (13 digits). The converter reads anything with more than 11 digits as milliseconds.
What is the year 2038 problem?
Systems that store the timestamp as a signed 32-bit integer cannot represent times after 2147483647 seconds, which is 03:14:07 UTC on 19 January 2038. Modern systems use 64-bit values.
Does the timestamp depend on my time zone?
No. A timestamp identifies a single instant. Only the human-readable date depends on the zone you display it in, which is why this page lets you choose one.
More time tools
All tools- Time Zone ConverterConvert a time between any two time zones, DST included.
- Meeting PlannerFind hours that work across several time zones.
- Countdown TimerSet a timer for any length with sound when it ends.
- Alarm ClockAn online alarm for the current browser tab.
- StopwatchStart, pause and record lap times.
- Date CalculatorCount the days between two dates.
- Hours CalculatorAdd up hours and minutes worked.
- Military Time ConverterConvert between 12-hour and 24-hour time.