Hacker News new | ask | show | jobs
by iandev 2249 days ago
Also worth noting that you can pipe the result to `pbcopy` to put it in your clipboard. Super useful if you haven't seen it before.

    $ date -r 1577733633 | pbcopy