Follow

At Tue Oct 25 02:57:46 UTC 2022 (about three hours from this post), the elapsed time will be 1,666,666,666 seconds since the Epoch.

/bin/sh & one-liner:

printf "\033[2J"; while true; do sleep 0.5; printf "\033[2H%s " "Current time:"; date; printf "\n%s " "Seconds since the Unix Epoch:"; sec=$(date +%s); printf "%s\n" "$sec" | sed "s/^\(.\)\(...\)\(...\)\(...\)/\1,\2,\3,\4/"; if [ "$sec" -ge 1666666666 ]; then printf "\n%s\n" 'Happy one triple triple six seconds!'; fi; done

I missed it, and I forgot to hit Toot. The next interesting number, one triple triple seven, is at Sun May 3 03:09:37 UTC 2026.

Sign in to participate in the conversation
Computer Fairies

Computer Fairies is a Mastodon instance that aims to be as queer, friendly and furry as possible. We welcome all kinds of computer fairies!