Changes between Version 1 and Version 2 of drmsLeapSeconds


Ignore:
Timestamp:
07/15/15 16:49:15 (9 years ago)
Author:
niles
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • drmsLeapSeconds

    v1 v2  
    11 
    2 === Leap Seconds === 
     2= Leap Seconds = 
    33 
    4 A leap second is inserted every few years so that the rotation of the earth according to the time is aligned with the stars. In NetDRMS, lead seconds are hard coded in an array. This means that NetDRMS needs to be recompiled to cope with the introduction of a leap second. 
     4A leap second is inserted every few years so that the rotation of the earth according to the time is aligned with the stars. In NetDRMS, leap seconds are hard coded in an array. This means that NetDRMS needs to be recompiled to cope with the introduction of a leap second. 
    55 
    66First, an update has to be made to the file base/libs/timeio/timeio.c, which has the hard coded array ut_leap_time[] encoded as :