commit | c96396f0780e3b217f5194538e6dcd3c22d00122 | [log] [tgz] |
---|---|---|
author | Benjamin Gaignard <benjamin.gaignard@linaro.org> | Mon Jun 19 11:36:20 2017 +0200 |
committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | Sun Jul 09 22:00:54 2017 +0200 |
tree | d052d5d18e447e3df1bad0fca8d8ec687603bd8d | |
parent | bed8e280476fc8652f4105fe430e10fcf4032392 [diff] |
tools: timer: add rtctest_setdate This tool allow to set directly the time and date to a RTC device. Unlike other tools isn't doens't use "struct timeval" or "time_t" so it is safe for 32bits platforms when testing for y2038/2106 bug. Signed-off-by: Benjamin Gaignard <benjamin.gaignard@linaro.org> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>