Guide

Turn a Unix timestamp into a readable date on your Mac

Copy the ten digits out of the log line, press V, and read the time. Local, UTC, ISO 8601 and epoch milliseconds, without a converter tab.

Nobody can read an epoch, and everybody pretends otherwise

1753189200 is a moment in time. You can tell it is roughly “the mid-2020s” from the leading digits, and that is the whole of what human pattern-matching gets you. Whether the incident started before or after the deploy — the actual question — needs arithmetic you are not going to do in your head at 11pm.

So there is a converter site with an ad for a VPN on it, or there is date -r 1753189200, which works and requires a terminal and gives you one format. Neither answers the follow-up question, which is always the same one: yes, but in UTC? Server logs are UTC, your calendar is not, and half of debugging a timeline is holding both in your head at once.

And then there is the sub-genre of the problem: was that seconds or milliseconds? Thirteen digits pasted into a tool expecting ten gives you a date in the year 57000, which at least announces itself. Ten digits into a tool expecting thirteen gives you 1970, which also announces itself. The failures in between are the ones that cost an hour.

You copy

1753189200

Then press Command Shift V

Rakkun has already worked out

Tue, 22 Jul 2025 · 15:00:00

Local (CEST) · 1 year ago

UTCTue, 22 Jul 2025 · 13:00:00
ISO 86012025-07-22T13:00:00Z
Epoch ms1753189200000
The local time leads, because reading it is why you copied the number. The table keeps what the headline does not cover: the machine-readable forms.

Both directions, both units

Rakkun recognizes Unix time in seconds and in milliseconds — ten digits or thirteen, same panel, right answer either way. The preview leads with the local time and the relative reading — 1 year ago, in 3 hours — because that is the sentence you copied the number in order to obtain. Underneath sit UTC, ISO 8601 and the epoch in milliseconds.

The copies run the other way too. Copy an ISO 8601 date and Rakkun hands you the epoch back — the direction you need when you are writing a query or a test fixture rather than reading a log. Copy ISO 8601, Copy local date, Copy epoch (s) and Copy epoch (ms) live under C, and an epoch variant identical to the clip you already have is dropped from the menu rather than offering to copy the clip back to you.

Relative time is shown and deliberately not offered as a copy: “2 hours ago” is wrong the moment it lands somewhere permanent.

It happens before you ask

This is the part that changes the habit rather than shortening it. There is no “convert” button to press, because the conversion already happened when the number hit your clipboard. Press V and read. Press esc and you are back where you were, with your clipboard untouched unless you asked for something.

Timestamps are one of fifteen kinds Rakkun tells apart on sight — the same panel pretty-prints JSON, decodes JWTs, draws copied SVG, formats SQL and turns a cron expression into a sentence. The history is unlimited and stays on your Mac: the app ships with no network entitlement, so macOS itself prevents it from opening a connection.

No network

Works entirely on your Mac.

Not a policy. A capability the app was never granted.

  • No network entitlement at all. Rakkun is sandboxed and ships without the entitlement that would let it open a connection, so macOS refuses one on the app’s behalf. There is no account, no sync, no telemetry and no server to send anything to.
  • Password managers are never recorded. Anything copied as a concealed pasteboard type is skipped before it reaches the history — not masked, not encrypted, never read. You can exclude any other app the same way.
  • Secrets are masked on sight. API keys, tokens and .env values are recognized and shown as bullets, so a screen share never leaks one. Pin a sensitive clip and its value moves to the macOS Keychain rather than the history file.
  • Native, and quiet about it. Swift 6 and SwiftUI, hardened runtime, macOS 14 or later. It sits in the menu bar and does nothing until you press V.

The full detail is in the privacy policy — which is short, because there is nothing to disclose.

Get Rakkun

Stop pasting it into a website.

A native macOS clipboard manager that reads what you copied. Free forever as a clipboard manager; a single one-time purchase unlocks the decoding, with a 7-day free trial first — no subscription, no renewal.

Get early access

Requires macOS 14 Sonoma or later, on Apple Silicon and Intel.