Toolsmith Hub

Vercel-ready developer utilities with a local-first execution bias.

time/schedule

Unix Timestamp Converter

The Unix Timestamp Converter moves between Unix seconds, Unix milliseconds, ISO timestamps, and human-readable dates without leaving the browser. It keeps UTC, local time, and selected team timezones visible at once so debugging timestamps is faster and less error-prone.

Unix seconds

1781154160

Unix milliseconds

1781154160000

ISO 8601

2026-06-11T05:02:40.000Z

Local time

6/11/2026, 5:02:40 AM

UTC

Thu, 11 Jun 2026 05:02:40 GMT

Relative

now

UTC

Jun 11, 2026, 5:02:40 AM UTC

America/New_York

Jun 11, 2026, 1:02:40 AM EDT

Europe/London

Jun 11, 2026, 6:02:40 AM GMT+1

Asia/Seoul

Jun 11, 2026, 2:02:40 PM GMT+9

How to use it

  1. 1. Paste a Unix timestamp in seconds or milliseconds, or set a calendar date with the local datetime input.
  2. 2. Review the synchronized outputs for seconds, milliseconds, ISO 8601, local time, UTC, and selected comparison timezones.
  3. 3. Copy the exact output you need for logs, SQL queries, incident notes, or API payloads.

Why this tool

A recurring workflow helper for logs, APIs, analytics events, and schedule debugging across teams.

Core function: Convert timestamps to readable dates and back.

Unique angle: Compare timezones, relative output, and copy-friendly formats together.

Examples

Copy-ready examples for common workflows

Convert a log timestamp into UTC and local time

Input

1718107200

Output

Unix seconds 1718107200, Unix milliseconds 1718107200000, ISO 2024-06-11T12:00:00.000Z, plus local and team timezone views.

Turn a release time into Unix values

Input

2026-06-11 09:30 local time

Output

A matching Unix seconds value, Unix milliseconds value, ISO string, and relative label such as in 2 hours or 3 days ago.

FAQ

Questions this page answers up front

How does the tool distinguish seconds from milliseconds?

The parser treats 13-digit values as milliseconds and shorter numeric values as seconds, which covers the most common timestamp inputs.

Why show multiple timezones at once?

Timestamps are often debugged across distributed teams, so immediate UTC, local, and regional views remove the need to open separate converters.

Can I copy ISO and Unix outputs directly?

Yes. Each major output has a copy button so the values can be pasted into logs, payloads, or incident notes without reformatting.