Update TAI-UTC offset
A leap second was applied to UTC on 2016-12-31 and the offset between TAI and UTC is now 37 seconds. Signed-off-by: Miroslav Lichvar <mlichvar@redhat.com>master
parent
4e966536c6
commit
0309a880fb
2
ds.h
2
ds.h
|
@ -84,7 +84,7 @@ struct parent_ds {
|
||||||
unsigned int path_length;
|
unsigned int path_length;
|
||||||
};
|
};
|
||||||
|
|
||||||
#define CURRENT_UTC_OFFSET 36 /* 1 Jul 2015 */
|
#define CURRENT_UTC_OFFSET 37 /* 1 Jan 2017 */
|
||||||
#define INTERNAL_OSCILLATOR 0xA0
|
#define INTERNAL_OSCILLATOR 0xA0
|
||||||
|
|
||||||
struct timePropertiesDS {
|
struct timePropertiesDS {
|
||||||
|
|
Loading…
Reference in New Issue