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