From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,9fbc059a74d74032 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-05-30 23:49:29 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!sjc1.nntp.concentric.net!newsfeed.concentric.net!global-news-master From: Joseph P Vlietstra Newsgroups: comp.lang.ada Subject: Re: Leap Seconds Date: 31 May 2001 06:34:01 GMT Organization: Mojave Systems Corporation Message-ID: <3B15E8EB.19C6776E@concentric.net> References: <9f3fmc$o0f$1@nh.pace.co.uk> Reply-To: joevl@concentric.net NNTP-Posting-Host: 208.36.188.62 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 4.76 (Macintosh; U; PPC) X-Accept-Language: en,pdf Xref: archiver1.google.com comp.lang.ada:7912 Date: 2001-05-31T06:34:01+00:00 List-Id: I have a few recommendations/notes: 1. Subscribe to the leap second mailing list from USNO I don't have exact URL, since I receive leap second e-mail at work and I subscribe to comp.lang.ada at home. As you have noted, leap seconds are painful to deal with. There is a proposal from the IAU Working Group on Reference Systems (WGRS) to eliminate leap seconds from UTC. If implemented, either UTC will be redefined to be continuous (no leap seconds) or a new continuous time scale, UTS, will be defined. Keep your fingers crossed. 2. Leap seconds are not introduced due to the Earth rotation SLOWING down per se, they are more due to the fact that the Earth had already SLOWED down slightly when the UTC time scale was defined. 3. If your system has exact time synchronization requirements, there is probably a GPS receiver somewhere in the system. If there is a GPS receiver, you're in luck (sort of). GPS provides a leap second correction factor to compute UTC. It also provides information on future leap seconds on one of GPS almanac pages. GPS seems to be the best mechanism of distributing the leap second announcement -- the Jan 1999 leap second was announce via GPS almost a day before I received the official announcement from IERS (next note) 4. IERS Bulletin C (official leap second announcement) Issued at least 6 months before the leap second is introduced. In US, you can get it from http://maia.usno.navy.mil While you're at USNO, fetch the leap second file at ftp://maia.usno.navy.mil/ser7/tai-utc.dat We use this file in our leap second computations.