On 13/07/17 21:15, Kent Fredric wrote:
On Thu, 13 Jul 2017 16:01:42 +0300
Andrew Savchenko <birc...@gentoo.org> 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 :-)


Reply via email to