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
Miroslav Lichvar 2017-01-05 10:15:53 +01:00 committed by Richard Cochran
parent 4e966536c6
commit 0309a880fb
1 changed files with 1 additions and 1 deletions

2
ds.h
View File

@ -84,7 +84,7 @@ struct parent_ds {
unsigned int path_length;
};
#define CURRENT_UTC_OFFSET 36 /* 1 Jul 2015 */
#define CURRENT_UTC_OFFSET 37 /* 1 Jan 2017 */
#define INTERNAL_OSCILLATOR 0xA0
struct timePropertiesDS {