Handy Devtools
Back to tools

Timestamp Converter

Convert strict Unix, ISO 8601, UTC-date, and RFC 2822 values.

Processed locally in your browser

Unix seconds (up to 10 digits), milliseconds (11–13), YYYY-MM-DD, or ISO/RFC with a timezone.

Detected format Unix seconds
Unix seconds 1785691779
Unix milliseconds 1785691779000
ISO 8601 2026-08-02T17:29:39.000Z
UTC Sun, 02 Aug 2026 17:29:39 GMT
Local time 8/2/2026, 5:29:39 PM
Relative just now

About this tool

Convert strict Unix timestamps and unambiguous date strings into UTC, ISO, and local representations without sending data anywhere.

How to use it

  1. Enter a Unix timestamp or supported date string.
  2. Review the detected input format and converted instant.
  3. Copy the representation required by your application.

Accepted formats

  • Unix seconds: 1707350400; Unix milliseconds: 1707350400000.
  • ISO 8601: 2024-02-08T00:00:00Z or an explicit offset; RFC 2822: Thu, 08 Feb 2024 00:00:00 GMT.
  • Date-only input such as 2024-02-08 means midnight UTC.

Timezone behavior

  • UTC and ISO outputs describe the same instant; Local time uses your device timezone.
  • Ambiguous locale-style dates are rejected so results stay consistent across browsers.

Numeric rules

  • Signed values up to 10 digits are seconds; 11–13 digits are milliseconds.
  • Unsafe integers and values outside JavaScript’s Date range are rejected.

Related developer tools