From 4a875d4e3d8431f459fb51b0d96474257db8a180 Mon Sep 17 00:00:00 2001 From: Libor Pechacek Date: Thu, 17 Sep 2015 12:04:28 +0200 Subject: [PATCH] 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 --- ds.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ds.h b/ds.h index 06286a8..092a3c3 100644 --- a/ds.h +++ b/ds.h @@ -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 {