Tools / 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
Date → Timestamp
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.