summaryrefslogtreecommitdiff
path: root/libbb/time.c
Commit message (Expand)AuthorAgeFilesLines
* libbb: code shrink parse_datestr (again)Ron Yorston2021-09-181-14/+9
* date,touch: allow timezone offsets in datesRon Yorston2021-09-171-4/+31
* libbb: code shrink parse_datestrRon Yorston2021-09-151-11/+36
* libbb: introduce and use xgettimeofday(), do not truncate 64-bit time_t in sh...Denys Vlasenko2020-12-301-3/+3
* unicode: fix handling of short 1-4 char tablesDenys Vlasenko2020-11-301-1/+0
* libbb: in @SECONDS date format, use 64-bit time if libc allowsDenys Vlasenko2020-11-281-1/+5
* Remove syscall wrappers around clock_gettime, closes 12091Denys Vlasenko2019-10-241-10/+1
* time: Use 64 prefix syscall if we have toAlistair Francis2019-10-081-0/+7
* libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-1/+1
* date: do not allow "month #20" and such, closes 11356Denys Vlasenko2018-09-231-0/+14
* libbb: fix time parsing of [[CC]YY]MMDDhhmm[.SS]. Closes 8951Natanael Copa2016-05-311-0/+1
* 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