Convert between Unix timestamps and dates. Free, private, runs in your browser.
Current Unix Timestamp
1775681864
A Unix timestamp (also called epoch time) is the number of seconds that have elapsed since January 1, 1970 (UTC). It's the standard way computers store and transmit time values. While machines love timestamps (e.g., 1712534400), humans need them translated into readable dates and times (e.g., April 8, 2024 00:00:00 UTC).
Developers encounter Unix timestamps in API responses, database records, log files, and JWT tokens constantly. Converting between timestamps and human-readable dates manually is error-prone — especially when dealing with time zones, millisecond vs. second precision, and daylight saving time. A converter handles all of this instantly and accurately.
Enter a Unix timestamp to see the human-readable date and time, or enter a date to get the corresponding timestamp. Convertful supports both seconds and milliseconds precision and displays results in UTC and your local time zone. All conversions run in your browser using JavaScript's built-in Date API.
Yes. Timestamp conversion is a pure mathematical operation that runs entirely in your browser. No data is transmitted to any server.
Unix timestamps in seconds and milliseconds. Convert to and from ISO 8601, UTC, and your local timezone.
Yes. The current Unix timestamp is displayed live and updates in real time.
Yes. Enter any date and time to get the corresponding Unix timestamp in seconds or milliseconds.