Skip to content

Commit

Permalink
Update TAI-UTC offset
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
mlichvar authored and richardcochran committed Jan 8, 2017
1 parent 4e96653 commit 0309a88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ds.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 0309a88

Please sign in to comment.