Tools / Unix Timestamp Converter

Unix Timestamp Converter

Convert Unix timestamps to human-readable dates and back. Supports seconds and milliseconds — useful for debugging event logs, webhook payloads, and API responses.

Current Unix Time

1790142778

1790142778810 ms

Timestamp → Date

Local9/23/2026, 5:52:58 AM
ISO 86012026-09-23T05:52:58.000Z
UTCWed, 23 Sep 2026 05:52:58 GMT
Date only2026-09-23
Time only05:52:58 UTC
Relative0 seconds ago

Date → Timestamp

Use Timestamps in LogIt Events
await logit.now("payments", {
  event: "Payment received",
  description: "Stripe checkout completed",
  icon: "💰",
  notify: true,
  metadata: {
    createdAt: 1790142778,      // Unix seconds
    createdAtMs: 1790142778810, // Unix milliseconds
    iso: "2026-09-23T05:52:58.810Z",
  },
});

Log events with full timestamp context

LogIt stores rich metadata including timestamps. Free trial, no card required.

Start free