aboutsummaryrefslogtreecommitdiff
path: root/libbb/time.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* libbb: fix parsing of "10101010" date/time formDenys Vlasenko2014-01-211-4/+12
* date: accept 'yyyy-mm-dd HH' and 'yyyy-mm-dd' date formatsBartosz Golaszewski2013-07-251-10/+23
* libbb: introduce and use strftime_[YYYYMMDD]HHMMSS()Denys Vlasenko2013-03-291-0/+21
* libbb: better comment in parse_dateDenys Vlasenko2011-01-171-1/+7
* date,touch: treat 2-digit years better (fit them into +-50 yrs around today)Denys Vlasenko2011-01-021-0/+12
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* date: support -d @SECONDS_SINCE_1970Denys Vlasenko2010-04-221-0/+10
* date,touch: accept Jan 7 00:00:00 2010 formatAlexander Shishkin2010-03-221-1/+13
* libbb: introduce and use monotonic_msDenys Vlasenko2010-01-121-0/+12
* *: make it easier to distinquish "struct tm", pointer to one, etcDenys Vlasenko2010-01-091-45/+45
* date: restore hadling of MMDDhhmm[[CC]YY][.ss] date formatDenys Vlasenko2009-11-151-4/+4
* small commit tweak in parse_datestr, no code changesDenys Vlasenko2009-09-021-2/+2
* touch: implement -t TIME (needed for testsuite)Denys Vlasenko2009-07-181-15/+82
* touch: implement -d --date (our own testsuite needs that)Denys Vlasenko2009-07-181-0/+9
* date: factor out date parsing (in preparation for touch -d)Denys Vlasenko2009-07-181-1/+63
* libbb: shrink monotonic_XXX functions, introduce monotonic_nsDenis Vlasenko2008-06-291-6/+23
* *: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko2008-06-271-4/+4
* define CLOCK_MONOTONIC to 1 if it is not definedDenis Vlasenko2008-06-071-0/+6
* actually add bb_qsort.cDenis Vlasenko2008-03-021-1/+1
* fix an obvious typo while trying to access the tv_usec memberMike Frysinger2007-06-181-1/+1
* wget: use monotonic_sec instead of gettimeofdayDenis Vlasenko2007-06-171-2/+13
* hwclock: size optimizationsDenis Vlasenko2007-06-171-0/+32