summaryrefslogtreecommitdiffstats
path: root/common/date.c
Commit message (Collapse)AuthorAgeFilesLines
* hwclock command: use format like the Linux tool doesSascha Hauer2016-01-071-0/+18
| | | | | | | | | | | | | | | Print three-letter abbreviations of the days and months. With a fixup by Andrey Smirnov: | common/date.c: Fix off-by-one error | | As per http://pubs.opengroup.org/onlinepubs/007908775/xsh/time.h.html | 'tm_wday' is zero indexed with zero representing Sunday, this is also | corroborated by the code in rtc_time_to_tm() which used 4 to represent | Thursday. Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Treewide: remove address of the Free Software FoundationSascha Hauer2012-09-171-4/+0
| | | | | | | The FSF address has changed in the past. Instead of updating it each time the address changes, just drop it completely treewide. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* doc added and some reorganisedJuergen Beisert2007-10-191-2/+3
|
* export symbolsSascha Hauer2007-10-071-0/+1
|
* svn_rev_523Sascha Hauer2007-07-051-0/+152