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 <[email protected]> --- ds.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ds.h b/ds.h index b36862d..0e48d05 100644 --- a/ds.h +++ b/ds.h @@ -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 { -- 2.9.3 ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm.link/slashdot _______________________________________________ Linuxptp-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linuxptp-devel
