emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#23319: closed ()


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#23319: closed ()
Date: Wed, 20 Apr 2016 05:42:02 +0000

Your message dated Tue, 19 Apr 2016 22:41:41 -0700
with message-id <address@hidden>
and subject line Re: bug#23319:
has caused the debbugs.gnu.org bug report #23319,
regarding 
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
23319: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=23319
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: Date: Wed, 20 Apr 2016 09:59:02 +0800
Hello GNU Org

   i have something strange in linux command : date 

there is 20+ seconds time gap between the 2 servers

the na001 is the NTP server for na002

and notice that time of na002 is the correct one

how this happen ?

address@hidden tmp]# date; ssh -q na002 date

Mon Apr 18 10:11:21 CEST 2016

Mon Apr 18 10:11:47 CEST 2016

address@hidden tmp]# date +%s; ssh -q na002 date +%s

1460967111

1460967111

Br Andy

--- End Message ---
--- Begin Message --- Subject: Re: bug#23319: Date: Tue, 19 Apr 2016 22:41:41 -0700 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0
xian andy wrote:
how this happen ?

na001 is configured to assume that gmtime returns leap seconds, and na002 is not. For example:

$ TZ=America/Los_Angeles date +'%Y-%m-%d %H:%M:%S %z %s'; TZ=zoneinfo-leaps/America/Los_Angeles date +'%Y-%m-%d %H:%M:%S %z %s'
2016-04-19 22:39:29 -0700 1461130769
2016-04-19 22:39:03 -0700 1461130769



--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]