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
parent
cdd11b744b
commit
4a875d4e3d
2
ds.h
2
ds.h
|
@ -89,7 +89,7 @@ struct parent_ds {
|
||||||
unsigned int path_length;
|
unsigned int path_length;
|
||||||
};
|
};
|
||||||
|
|
||||||
#define CURRENT_UTC_OFFSET 35 /* 1 Jul 2012 */
|
#define CURRENT_UTC_OFFSET 36 /* 1 Jul 2015 */
|
||||||
#define INTERNAL_OSCILLATOR 0xA0
|
#define INTERNAL_OSCILLATOR 0xA0
|
||||||
|
|
||||||
struct timePropertiesDS {
|
struct timePropertiesDS {
|
||||||
|
|
Loading…
Reference in New Issue