Timestamp Converter
WebFree · PrivateConvert Unix timestamps to human-readable dates and back. Live current timestamp, auto-detect seconds/milliseconds, timezone selector, ISO 8601 output.
Current Unix Timestamp
1783911168
1783911168000 ms
What is a Unix timestamp?
A Unix timestamp (also called epoch time) is the number of seconds elapsed sinceJanuary 1, 1970 00:00:00 UTC, excluding leap seconds. It is the standard way to represent moments in time in most programming languages, databases, and APIs because it is timezone-agnostic and easy to compare and sort.
Seconds vs Milliseconds
Some languages and APIs (notably JavaScript's Date.now(), Java, and most databases) use milliseconds since epoch, while Unix shell tools and many APIs use seconds. The converter auto-detects the unit by checking whether the value represents a year between 2000 and 2100 when treated as seconds.
Common timestamp values
| Timestamp | Date (UTC) |
|---|---|
| 0 | Jan 1, 1970 — Unix epoch |
| 1000000000 | Sep 9, 2001 01:46:40 |
| 1700000000 | Nov 14, 2023 22:13:20 |
| 2147483647 | Jan 19, 2038 — 32-bit overflow (Year 2038 problem) |
Frequently Asked Questions
What is a Unix timestamp?
How do I convert a timestamp to a date?
How do I convert a date to a Unix timestamp?
What timezone is used?
Related Tools
Parse cron expressions into plain English, see the next 10 run times, and build expressions with an interactive field-by-field UI. Works offline.
Format, beautify, and minify JSON instantly in your browser. Syntax highlighting, error detection, sort keys, and one-click Fix. Your data never leaves your device.
Generate UUID v4, UUID v7, ULID, and NanoID in bulk (up to 10,000). Decode UUID timestamps, toggle formatting. 100% client-side, no server calls.