https://en.wikipedia.org/wiki/Year_2038_problem
Exact moment of the epoch: 03:14:07 UTC on 19 January 2038
local UNIX time of this machine date +%s
UNIX time + 1 echo $((date +%s
+1 ))
while :
do
sleep 1
figlet $((2147483647 - `date +%s`))
done
printf 'Current Time in Millennium Unix Time: '
printf $((2147483647 - `date +%s`))
echo
sleep 2
echo $((`cat ends-of-times/idletime` + 2)) > ends-of-times/idletime
idletime=`cat ends-of-times/idletime`
echo
figlet "Thank you for having donated 2 seconds to our ${idletime} seconds of collective SSH pause "
echo
echo