svn commit: r303409 - stable/9/etc/ntp

Cy Schubert cy at FreeBSD.org
Wed Jul 27 19:41:09 UTC 2016


Author: cy
Date: Wed Jul 27 19:41:07 2016
New Revision: 303409
URL: https://svnweb.freebsd.org/changeset/base/303409

Log:
  MFC r303160.
  
  Update leap-seconds to leap-seconds.3676752000.
  
  As per https://datacenter.iers.org/web/guest/eop/-/somos/5Rgv/latest/16:
  
                                    UTC TIME STEP
                              on the 1st of January 2017
  
   A positive leap second will be introduced at the end of December 2016.
   The sequence of dates of the UTC second markers will be:
  
                            2016 December 31, 23h 59m 59s
                            2016 December 31, 23h 59m 60s
                            2017 January   1,  0h  0m  0s
  
   The difference between UTC and the International Atomic Time TAI is:
  
    from 2015 July 1, 0h UTC, to 2017 January 1 0h UTC   : UTC-TAI = - 36s
    from 2017 January 1, 0h UTC, until further notice    : UTC-TAI = - 37s
  
  Obtained from:	ftp://tycho.usno.navy.mil/pub/ntp/leap-seconds.3676752000
  See also:	https://www.iers.org/SharedDocs/News/EN/BulletinC.html
  	https://datacenter.iers.org/web/guest/eop/-/somos/5Rgv/latest/16
  
  Relnotes:	yes

Modified:
  stable/9/etc/ntp/leap-seconds
Directory Properties:
  stable/9/etc/   (props changed)

Modified: stable/9/etc/ntp/leap-seconds
==============================================================================
--- stable/9/etc/ntp/leap-seconds	Wed Jul 27 19:40:25 2016	(r303408)
+++ stable/9/etc/ntp/leap-seconds	Wed Jul 27 19:41:07 2016	(r303409)
@@ -130,7 +130,7 @@
 #		Washington, DC
 #		jeffrey.prillaman at usno.navy.mil
 #
-#	Last Update of leap second values:  11 Jan 2016
+#	Last Update of leap second values:   6 Jul 2016
 #
 #	The following line shows this last update date in NTP timestamp 
 #	format. This is the date on which the most recent change to
@@ -138,7 +138,7 @@
 #	be identified by the unique pair of characters in the first two 
 #	columns as shown below.
 #
-#$	 3661459200
+#$	 3676752000
 #
 #	The data in this file will be updated periodically as new leap 
 #	seconds are announced. In addition to being entered on the line
@@ -170,10 +170,10 @@
 #	current -- the update time stamp, the data and the name of the file 
 #	will not change.
 #
-#	Updated through IERS Bulletin C 51
-#	File expires on:  1 Dec 2016
+#	Updated through IERS Bulletin C 52
+#	File expires on:  1 Jun 2017
 #
-#@	3689539200
+#@	3705264000
 #
 2272060800	10	# 1 Jan 1972
 2287785600	11	# 1 Jul 1972
@@ -202,6 +202,7 @@
 3439756800	34	# 1 Jan 2009
 3550089600	35	# 1 Jul 2012
 3644697600	36	# 1 Jul 2015
+3692217600	37	# 1 Jan 2017
 #
 #	the following special comment contains the
 #	hash value of the data in this file computed
@@ -217,5 +218,5 @@
 #	the hash line is also ignored in the
 #	computation.
 #
-#h	63b4df04 0907d94f 2dadb7a1 684f7767 2a372421
+#h	63f8fea8 587c099d abcf130a ad525eae 3e105052
 #


More information about the svn-src-all mailing list