Home
last modified time | relevance | path

Searched refs:seconds (Results 1 – 8 of 8) sorted by relevance

/coreutils/tests/date/
Ddate-debug.sh51 date: '(Y-M-D) 1990-12-14 00:00:00' = 661100400 epoch-seconds
52 date: after time adjustment (+0 hours, -90 minutes, +0 seconds, +0 ns),
53 date: new time = 661095000 epoch-seconds
55 date: final: 661095000.000000000 (epoch-seconds)
103 date: parsed number of seconds part: number of seconds: 1
106 date: final: 1.000000000 (epoch-seconds)
125 date: '(Y-M-D) 2013-01-01 00:00:00' = 1356998400 epoch-seconds
127 date: final: 1356998400.000000000 (epoch-seconds)
153 date: '(Y-M-D) 2013-10-22 00:00:00 TZ=+00' = 1382400000 epoch-seconds
155 date: final: 1382400000.000000000 (epoch-seconds)
[all …]
/coreutils/tests/rm/
Dext3-perf.sh64 echo creating a $n-entry directory took $setup_duration seconds
76 124) fail=1; echo rm took longer than $threshold_seconds seconds;;
81 echo removing a $n-entry directory took $duration seconds
/coreutils/src/
Dsleep.c97 double seconds = 0.0; in main() local
134 seconds += s; in main()
140 if (xnanosleep (seconds)) in main()
/coreutils/tests/touch/
Dempty-file.sh47 echo sleeping for $SLEEP_SECONDS seconds...
55 echo sleeping for $SLEEP_SECONDS seconds...
75 *** environment variable SLEEP_SECONDS to some number of seconds larger than
/coreutils/doc/
Dcoreutils.texi3172 number of seconds between when tail prints the last pre-rotation lines
3239 Change the number of seconds to wait between iterations (the default is 1.0).
3245 every @var{number} seconds.
10493 seconds. But there is no way to know for sure. And although the
12100 For example, @samp{-r foo -d '-5 seconds'} specifies a timestamp
12101 equal to five seconds before the corresponding timestamp for @file{foo}.
12106 @cindex leap seconds
12108 days, hours, minutes, optional seconds) instead of the current time.
12113 On the atypical systems that support leap seconds, @var{ss} may be
12969 @item %W -- Time of file birth as seconds since Epoch, or @samp{0}
[all …]
/coreutils/
Dconfigure.ac41 dnl POSIXCHECK is worthwhile for maintainers, but adds several seconds
DNEWS727 if the time is currently 1590020079.003388470 seconds after the
1036 dd status=progress now just counts seconds; e.g., it outputs "6 s"
2725 part of seconds since the epoch. This reverts a change from
2731 stat's new %W format directive would print floating point seconds.
3105 to accommodate leap seconds.
5013 Dates can be entered via integer counts of seconds since 1970 when
5134 timestamps output by stat now include actual fractional seconds,
5177 '-5 seconds' BAR" sets BAR's modification time to be five seconds
5575 * tail now accepts fractional seconds for its --sleep-interval=S (-s) option
/coreutils/tests/
Dlocal.mk728 tests/touch/60-seconds.sh \