Searched refs:date (Results 1 – 25 of 25) sorted by relevance
/busybox-1.35.0/testsuite/date/ |
D | date-R-works | 1 # When different date's use time() and clock_gettime(), 5 test x"`date -R`" = x"`busybox date -R`" && exit 0 || true 6 test x"`date -R`" = x"`busybox date -R`" && exit 0 || true 7 test x"`date -R`" = x"`busybox date -R`" && exit 0 || true 8 test x"`date -R`" = x"`busybox date -R`" && exit 0 || true 9 test x"`date -R`" = x"`busybox date -R`" && exit 0 || true 10 test x"`date -R`" = x"`busybox date -R`" && exit 0 || true 11 test x"`date -R`" = x"`busybox date -R`" && exit 0 || true 12 test x"`date -R`" = x"`busybox date -R`" && exit 0 || true
|
D | date-works-1 | 6 dt=`busybox date -d 1:2 +%T` 9 dt=`busybox date -d 1:2:3 +%T` 12 host_date=/bin/date 14 # date (GNU coreutils) 6.10 reports: 15 # date: invalid date '1.2-3:4' 16 # busybox 1.11.0.svn date reports: 17 # date: invalid date '1/2 3:4' 19 # TODO: (1) compare with strings, not "host date" 20 # (2) implement d/m[/y] hh:mm[:ss] fmt in date applet 22 #dt=`busybox date -d 1.2-3:4` [all …]
|
D | date-works | 1 dt=`busybox date` 6 dt=`busybox date -d 1:2` 10 dt=`busybox date -d 1:2:3` 14 dt=`busybox date -d 1.2-3:4` 18 dt=`busybox date -d 1.2-3:4:5` 22 dt=`busybox date -d 1999.1.2-3:4` 26 dt=`busybox date -d 1999.1.2-3:4:5` 30 dt=`busybox date -d '1999-1-2 3:4:5'` 34 # date (GNU coreutils) 8.17 doesn't accept 01231133 either: 35 # date: invalid date '01231133' [all …]
|
D | date-timezone | 4 dt=$(TZ=UTC0 busybox date -d '1999-1-2 3:4:5Z') 9 dt=$(TZ=UTC0 busybox date -d '1999-1-2 3:4:5 +0600') 14 dt=$(TZ=UTC0 busybox date -d '1999-1-2 3:4:5 -0600') 19 dt=$(TZ=GMT0BST,M3.5.0/1,M10.5.0/2 busybox date -d '2021-03-28 00:59:59 +0000') 23 dt=$(TZ=GMT0BST,M3.5.0/1,M10.5.0/2 busybox date -d '2021-03-28 01:00:01 +0000') 27 dt=$(TZ=GMT0BST,M3.5.0/1,M10.5.0/2 busybox date -d '2021-10-31 00:00:01 +0000') 31 dt=$(TZ=GMT0BST,M3.5.0/1,M10.5.0/2 busybox date -d '2021-10-31 01:00:01 +0000')
|
D | date-format-works | 1 # TODO: gnu date doesn't accept '2000.11.22-11:22:33' format, 3 test x"01/01/99" = x"`busybox date -d 1999.01.01-11:22:33 '+%d/%m/%y'`" 4 test x"22/11/00" = x"`busybox date -d 2000.11.22-11:22:33 '+%d/%m/%y'`"
|
D | date-@-works | 4 test x"Sun Oct 31 03:59:59 EEST 2010" = x"`TZ=EET-2EEST,M3.5.0/3,M10.5.0/4 busybox date -d @1288486… 7 test x"Sun Oct 31 03:00:01 EET 2010" = x"`TZ=EET-2EEST,M3.5.0/3,M10.5.0/4 busybox date -d @12884868… 10 test x"Sun Mar 28 02:59:59 EET 2010" = x"`TZ=EET-2EEST,M3.5.0/3,M10.5.0/4 busybox date -d @12697379… 13 test x"Sun Mar 28 04:00:01 EEST 2010" = x"`TZ=EET-2EEST,M3.5.0/3,M10.5.0/4 busybox date -d @1269738…
|
D | date-u-works | 1 test x"Sat Jan 1 11:22:33 UTC 2000" = x"`TZ=CET-1CEST-2 busybox date -u -d 2000.01.01-11:22:33`"
|
/busybox-1.35.0/shell/hush_test/hush-misc/ |
D | last_amp.tests | 2 d=`date` 3 while test "`date`" = "$d"; do true; done 4 d1=`date` 6 d2=`date`
|
/busybox-1.35.0/shell/ash_test/ash-misc/ |
D | last_amp.tests | 2 d=`date` 3 while test "`date`" = "$d"; do true; done 4 d1=`date` 6 d2=`date`
|
/busybox-1.35.0/examples/shutdown-1.0/script/ |
D | shutdown | 42 test -x /bin/date -o -x /sbin/date || exit 1
|
/busybox-1.35.0/include/ |
D | ar_.h | 12 char date[12]; member
|
/busybox-1.35.0/examples/var_service/ntpd/ |
D | ntp.script | 13 dt=`date '+%Y-%m-%d %H:%M:%S'`
|
D | run | 57 date '+%Y-%m-%d %H:%M:%S %Z' >rundir/up
|
/busybox-1.35.0/archival/libarchive/ |
D | get_header_ar.c | 103 typed->mtime = read_num(ar.formatted.date, 10, sizeof(ar.formatted.date)); in get_header_ar()
|
/busybox-1.35.0/examples/var_service/fw/ |
D | run | 73 date '+%Y-%m-%d %H:%M:%S' 220 date '+%Y-%m-%d %H:%M:%S' >"$rundir/up"
|
/busybox-1.35.0/util-linux/ |
D | mkfs_vfat.c | 112 uint16_t date; /* 018 date */ member 563 STORE_LE(de->date, d); in mkfs_vfat_main() 566 de->cdate = de->date; in mkfs_vfat_main() 567 de->adate = de->date; in mkfs_vfat_main()
|
/busybox-1.35.0/ |
D | README | 108 subject: /bin/date doesn't work 113 when i execute busybox 'date' it produces unexpected results. 114 with gnu date i get the following output: 116 $ date 119 but when i use busybox date i get this instead: 121 $ date
|
D | INSTALL | 82 busybox up to date.
|
D | TODO | 45 config option for "date" are low hanging fruit here?)
|
D | NOFORK_NOEXEC.lst | 99 date - noexec. nofork candidate(needs to stop messing up env, free xasprintf result, not use xfuncs…
|
D | LICENSE | 104 stating that you changed the files and the date of any change.
|
/busybox-1.35.0/coreutils/ |
D | Config.src | 16 comment "Common options for date and touch"
|
/busybox-1.35.0/docs/ |
D | contributing.txt | 92 and up-to-date). 113 Subject: /bin/date doesn't work 118 When I execute Busybox 'date' it produces unexpected results. 119 With GNU date I get the following output: 121 $ date 124 But when I use BusyBox date I get this instead: 126 $ date
|
D | posix_conformance.txt | 153 date POSIX options 156 date Busybox specific options:
|
/busybox-1.35.0/libbb/ |
D | Config.src | 121 will be used instead (which gives wrong results if date/time
|