Update UTC offset

The difference between Coordinated Universal Time UTC and the International
Atomic Time TAI is :

     from 2015 July 1, 0h UTC, until further notice : UTC-TAI = -36 s

https://hpiers.obspm.fr/iers/bul/bulc/bulletinc.dat

Signed-off-by: Libor Pechacek <lpechacek@suse.com>
master
Libor Pechacek 2015-09-17 12:04:28 +02:00 committed by Richard Cochran
parent cdd11b744b
commit 4a875d4e3d
1 changed files with 1 additions and 1 deletions

2
ds.h
View File

@ -89,7 +89,7 @@ struct parent_ds {
unsigned int path_length;
};
#define CURRENT_UTC_OFFSET 35 /* 1 Jul 2012 */
#define CURRENT_UTC_OFFSET 36 /* 1 Jul 2015 */
#define INTERNAL_OSCILLATOR 0xA0
struct timePropertiesDS {