Welcome to Software Observatory Etherpad!
This pad text is synchronized as you type, so that everyone viewing this page sees the same text.
To prevent this pad from appearing in the etherdump, paste (or leave) the following code:
__NOPUBLISH__
.
Warning: DirtyDB is used. This is fine for testing but not recommended for production. -- To suppress these warning messages change suppressErrorsInPadText to true in your settings.json
#ends of time
https://en.wikipedia.org/wiki/Year_2038_problem
Exact moment of the epoch:
03:14:07 UTC on 19 January 2038
## commands
local UNIX time of this machine
date +%s
UNIX time + 1
echo $((`date +%s` +1 ))
## goodbye unix
time
while :
do
sleep 1
figlet $((2147483647 - `date +%s`))
done
# Sundial Time Protocol Group tweaks
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