Gentoo Archives: gentoo-user

From: thelma@×××××××××××.com
To: Gentoo mailing list <gentoo-user@l.g.o>
Subject: Re: [gentoo-user] rdate "time.nist.gov" && hwclock --systohc
Date: Mon, 20 Feb 2017 20:02:33
Message-Id: 58AB4B4F.2000709@sys-concept.com
In Reply to: [gentoo-user] rdate "time.nist.gov" && hwclock --systohc by thelma@sys-concept.com
1 It should be:
2 usr/bin/rdate -s "time.nist.gov" && hwclock --systohc
3
4 Thelma
5
6 On 02/20/2017 12:45 PM, thelma@×××××××××××.com wrote:
7 > On one of my boxes system date is 2-days behind.
8 > When I run:
9 > usr/bin/rdate "time.nist.gov" && hwclock --systohc
10 > rdate: [time.nist.gov] Mon Feb 20 12:39:59 2017
11 >
12 > eden ~ # date
13 > Sat Feb 18 19:28:39 MST 2017
14 >
15 > The system clock is not getting updated, why? Is the time difference too
16 > much?
17 >