aboutsummaryrefslogtreecommitdiff
path: root/libbb/time.c
AgeCommit message (Expand)Author
2020-12-30libbb: introduce and use xgettimeofday(), do not truncate 64-bit time_t in sh...Denys Vlasenko
2020-11-30unicode: fix handling of short 1-4 char tablesDenys Vlasenko
2020-11-28libbb: in @SECONDS date format, use 64-bit time if libc allowsDenys Vlasenko
2019-10-24Remove syscall wrappers around clock_gettime, closes 12091Denys Vlasenko
2019-10-08time: Use 64 prefix syscall if we have toAlistair Francis
2019-07-02libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne
2018-09-23date: do not allow "month #20" and such, closes 11356Denys Vlasenko
2016-05-31libbb: fix time parsing of [[CC]YY]MMDDhhmm[.SS]. Closes 8951Natanael Copa
2014-01-21libbb: fix parsing of "10101010" date/time formDenys Vlasenko
2013-07-25date: accept 'yyyy-mm-dd HH' and 'yyyy-mm-dd' date formatsBartosz Golaszewski
2013-03-29libbb: introduce and use strftime_[YYYYMMDD]HHMMSS()Denys Vlasenko
2011-01-17libbb: better comment in parse_dateDenys Vlasenko
2011-01-02date,touch: treat 2-digit years better (fit them into +-50 yrs around today)Denys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-04-22date: support -d @SECONDS_SINCE_1970Denys Vlasenko
2010-03-22date,touch: accept Jan 7 00:00:00 2010 formatAlexander Shishkin
2010-01-12libbb: introduce and use monotonic_msDenys Vlasenko
2010-01-09*: make it easier to distinquish "struct tm", pointer to one, etcDenys Vlasenko
2009-11-15date: restore hadling of MMDDhhmm[[CC]YY][.ss] date formatDenys Vlasenko
2009-09-02small commit tweak in parse_datestr, no code changesDenys Vlasenko
2009-07-18touch: implement -t TIME (needed for testsuite)Denys Vlasenko
2009-07-18touch: implement -d --date (our own testsuite needs that)Denys Vlasenko
2009-07-18date: factor out date parsing (in preparation for touch -d)Denys Vlasenko
2008-06-29libbb: shrink monotonic_XXX functions, introduce monotonic_nsDenis Vlasenko
2008-06-27*: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko
2008-06-07define CLOCK_MONOTONIC to 1 if it is not definedDenis Vlasenko
2008-03-02actually add bb_qsort.cDenis Vlasenko
2007-06-18fix an obvious typo while trying to access the tv_usec memberMike Frysinger
2007-06-17wget: use monotonic_sec instead of gettimeofdayDenis Vlasenko
2007-06-17hwclock: size optimizationsDenis Vlasenko