From 88d57958f9ee8af42e4d3126980414d5460feb94 Mon Sep 17 00:00:00 2001 From: nirenjan Date: Sun, 7 Jun 2020 02:26:32 -0700 Subject: [PATCH] Remove daylight savings offset bug from documentation --- lib/libx52/libx52.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/lib/libx52/libx52.h b/lib/libx52/libx52.h index 70a66a9..b1d654d 100644 --- a/lib/libx52/libx52.h +++ b/lib/libx52/libx52.h @@ -419,14 +419,6 @@ int libx52_set_led_state(libx52_device *x52, * - 0 on success * - \ref LIBX52_ERROR_TRY_AGAIN if no change from previous time * - \ref LIBX52_ERROR_INVALID_PARAM if \p x52 is not valid. - * - * @bug Offsets are not computed correctly if setting the clock to local time, - * and local time is not standard time. E.g. local time is Pacific Daylight - * Time (UTC-07:00), but the offsets are computed using the local timezone as - * Pacific Standard Time (UTC-08:00). - *

- * \b Workaround: Set primary clock to GMT, and use offsets in secondary and - * tertiary clocks. */ int libx52_set_clock(libx52_device *x52, time_t time, int local);