Update the hard coded TAI-UTC offset.

Signed-off-by: Richard Cochran <richardcochran@gmail.com>
master
Richard Cochran 2012-08-26 18:48:54 +02:00
parent ce745572b4
commit d377229ab4
1 changed files with 1 additions and 1 deletions

2
ds.h
View File

@ -66,7 +66,7 @@ struct parentDS {
unsigned int path_length;
};
#define CURRENT_UTC_OFFSET 33
#define CURRENT_UTC_OFFSET 35 /* 1 Jul 2012 */
#define INTERNAL_OSCILLATOR 0xA0
struct timePropertiesDS {