Age | Commit message (Expand) | Author |
2021-01-13 | Fix "date -I" segfault and teach lib/args.c that "I(opt):;" short opt with | Rob Landley |
2020-11-17 | Tweak date.c. | Rob Landley |
2020-11-15 | date: add --iso and the %:z output format. | Elliott Hughes |
2020-11-11 | date: add --utc (synonymous with -u) | Elliott Hughes |
2020-08-04 | xparsedate: support UTC offsets. | Elliott Hughes |
2020-03-13 | Fix various typos. | Elliott Hughes |
2020-01-06 | date.c: add a few more important specifiers to --help. | Elliott Hughes |
2019-03-26 | Make touch use xparsedate() (result: -t and -d the same, autodetects format), | Rob Landley |
2019-03-24 | Factor out xparsedate() and xvali_date() into lib. | Rob Landley |
2019-03-13 | date: fix various time zone/daylight time issues. | Elliott Hughes |
2019-02-14 | Use current time for unspecified fields, set weekday to match date. | Rob Landley |
2019-02-11 | date: some fixes. | Elliott Hughes |
2018-10-06 | date: fix some tests. | Elliott Hughes |
2018-08-31 | Convert option style. | Rob Landley |
2017-05-19 | Implement date %N, loosely inspired by Elliott Hughes's patch. | Rob Landley |
2017-03-28 | Don't try to implement %s, we have @seconds, strptime() in libc tends | Rob Landley |
2017-03-28 | Replace chkmktime() (which produces false positive normalization failures) | Rob Landley |
2015-11-12 | Document %s in date(1). | Elliott Hughes |
2015-11-12 | Fix year parsing in date(1). | Elliott Hughes |
2015-08-11 | Fix more date bugs. | Elliott Hughes |
2015-08-11 | Bugfixes from Elliott Hughes: debug code got checked in (oops) and | Rob Landley |
2015-08-08 | Teach date @unixtime[.fraction], switch -s to be -D (matching busybox and | Rob Landley |
2015-08-08 | Reject invalid dates in date(1). | Elliott Hughes |
2015-08-02 | Mark command-local functions static. | Rob Landley |
2014-07-03 | date -r wasn't saving the result in the right variable. (And make date -ur wo... | Rob Landley |
2014-05-24 | Remove debug detritus I didn't mean to to check in, and treat an "this variab... | Rob Landley |
2014-05-22 | date: add -ds, document +FORMAT escapes. | Rob Landley |
2014-04-16 | Revert lots of half-finished local debris I didn't mean to check in with Isaa... | Rob Landley |
2014-04-12 | roadmap: describe glibc commands. | Isaac Dunham |
2014-04-10 | Fix date setting, and fluff out help text a bit. | Rob Landley |
2012-11-13 | Reindent to two spaces per level. Remove vi: directives that haven't worked r... | Rob Landley |
2012-10-08 | New build infrastructure to generate FLAG_ macros and TT alias, #define FOR_c... | Rob Landley |
2012-08-25 | Regularize command headers, update links to standards documents. | Rob Landley |
2012-08-25 | Move commands into "posix", "lsb", and "other" menus/directories. | Rob Landley |