Searched refs:days (Results 1 – 6 of 6) sorted by relevance
/coreutils/tests/date/ |
D | date-debug.sh | 48 date: warning: when adding relative days, it is recommended to specify noon 49 date: after date adjustment (+0 years, +0 months, +3 days), 150 date: warning: when adding relative days, it is recommended to specify noon 151 date: after date adjustment (+0 years, +0 months, -8 days), 178 date: after date adjustment (+0 years, -1 months, +0 days), 209 date: after date adjustment (+0 years, +6 months, +0 days),
|
/coreutils/src/ |
D | pinky.c | 167 intmax_t days = seconds_idle / (24 * 60 * 60); in idle_string() local 168 sprintf (buf, "%jdd", days); in idle_string()
|
/coreutils/doc/ |
D | fdl.texi | 395 60 days after the cessation. 401 copyright holder, and you cure the violation prior to 30 days after
|
D | coreutils.texi | 1533 typically portable to assume IEEE-754 behavior these days. IEEE-754 12108 days, hours, minutes, optional seconds) instead of the current time. 16514 If the week containing January 1 has four or more days in 16905 date --date='2 days ago' 16929 But this may not be what you want because for the first nine days of 16934 To print a date without the leading zero for one-digit days 18704 @samp{d} for days 18874 days
|
/coreutils/ |
D | COPYING | 420 prior to 60 days after the cessation. 426 copyright holder, and you cure the violation prior to 30 days after
|
D | NEWS | 3304 7 days in the future rather than the current day. Same for any other 3309 release tarball, not from git -- would print the date 7 days in the future. 3884 date -d now accepts strings of the form e.g., 'YYYYMMDD +N days', 3885 in addition to the usual 'YYYYMMDD N days'. 4275 date: a command like date -d '2006-04-23 21 days ago' would print
|