Changes between Version 1 and Version 2 of drmsLeapSeconds
- Timestamp:
- 07/15/15 16:49:15 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
drmsLeapSeconds
v1 v2 1 1 2 = == Leap Seconds ===2 = Leap Seconds = 3 3 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, lea dseconds are hard coded in an array. This means that NetDRMS needs to be recompiled to cope with the introduction of a leap second.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, 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. 5 5 6 6 First, 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 :