Why Nostr? What is Njump?
2023-08-23 02:17:49

rejon on Nostr: Here is how to quickly calculate the days since a date, like your birthday from ...

Here is how to quickly calculate the days since a date, like your birthday from commandline bash:

export START=1979-05-28 && echo $((($(date +%s)-$(date +%s --date "$START"))/(3600*24))) days
Author Public Key
npub1matmfxr293jejewrm72u50l2x5e6ypasn0ev2kns6srv05zfzf8s0z6fsr