Gentoo Archives: gentoo-user

From: Nikos Chantziaras <realnc@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: Don't miss the 1 500 000 000 Unix second!
Date: Thu, 13 Jul 2017 20:51:04
Message-Id: ok8meu$p53$1@blaine.gmane.org
In Reply to: Re: [gentoo-user] Don't miss the 1 500 000 000 Unix second! by Kent Fredric
1 On 13/07/17 21:15, Kent Fredric wrote:
2 > On Thu, 13 Jul 2017 16:01:42 +0300
3 > Andrew Savchenko <bircoph@g.o> wrote:
4 >
5 >> I'd like to remind you that
6 >> $ date -d @1500000000
7 >> is drawing close!
8 >>
9 >> Don't miss the moment :)
10 >
11 > watch -n 1 'echo $(( 1500000000 - $( date +"%s") ))'
12 >
13 > Enjoy.
14
15 watch -n 1 'date -d@$((1500000000 - $(date +"%s"))) -u +%H:%M:%S'
16
17 Enjoy even more :-)

Replies

Subject Author
Re: [gentoo-user] Re: Don't miss the 1 500 000 000 Unix second! wabe <wabenbau@×××××.com>