[racket] missing entry in SRFI-19 leap seconds table

From: Marco Maggi (marco.maggi-ipsu at poste.it)
Date: Fri Jan 18 14:35:50 EST 2013

Asumu Takikawa wrote:
> On 2013-01-18 16:08:10 +0100, Marco Maggi wrote:
>>   sorry to  repeat what  has been  already noticed  on these
>> mailing   lists  recently:   "collects/srfi/19/time.rkt"  is
>> missing  an entry  in the  leap seconds  table, the  one for
>> 2012/6/30 which should be:

> I  just  pushed  a  fix  for this.  Thanks  to  Marco  and
> Pierpaolo for the reports.

Sorry, I made  a mistake.  For some reason  it is impossible
for me to access the original data file at:

        <ftp://maia.usno.navy.mil/ser7/tai-utc.dat>

so I  was too  fast in  associating a  row from  a Wikipedia
table to an entry in a Scheme alist I computed too much time
ago  to  remember  the  details.  Now  I  retrieved  a  copy
embedded somewhere[1] and found that 2 entries are missing:

   (1341100800 . 35) ;the first second of 2012 Jul 1
   (1230768000 . 34) ;the first second of 2009 Jan 1

  You can find a slightly edited "tai-utc.dat" at[2].

[1] <http://www.physics.wisc.edu/~craigm/idl/down/tai_utc.pro>
[2] <https://github.com/marcomaggi/vicare/tree/devel/lib/srfi/%253a19>
-- 
Marco Maggi

Posted on the users mailing list.