Nikos Chantziaras <[email protected]> wrote: > On 13/07/17 21:15, Kent Fredric wrote: > > On Thu, 13 Jul 2017 16:01:42 +0300 > > Andrew Savchenko <[email protected]> wrote: > > >> I'd like to remind you that > >> $ date -d @1500000000 > >> is drawing close! > >> > >> Don't miss the moment :) > > > watch -n 1 'echo $(( 1500000000 - $( date +"%s") ))' > > > Enjoy. > > watch -n 1 'date -d@$((1500000000 - $(date +"%s"))) -u +%H:%M:%S' > > Enjoy even more :-) >
What a big coincidence. I read this threat about half a minute before 03:40 UTC and quickly entered the command you posted into a terminal window, only 6 seconds before the "magic moment" occurs. :-) -- Regards wabe

