libx52/tests/libx52
nirenjan af49ce6500 Fix daylight savings offset calculation bug
This commit changes the local timezone calculation to use tm.tm_gmtoff,
and falling back to calculating it manually from the output of strftime
when tm_gmtoff is not a member of struct tm.

This also fixes the tests so that they are no longer expected to fail.

Fixes #20.
2020-06-06 17:48:17 -07:00
..
test_brightness Use TAP for tests 2020-06-06 08:33:30 -07:00
test_clock Use TAP for tests 2020-06-06 08:33:30 -07:00
test_indicator Use TAP for tests 2020-06-06 08:33:30 -07:00
test_leds Use TAP for tests 2020-06-06 08:33:30 -07:00
test_mfd Use TAP for tests 2020-06-06 08:33:30 -07:00
test_timezone Fix daylight savings offset calculation bug 2020-06-06 17:48:17 -07:00