Lines Matching refs:dt
6 dt=`busybox date -d 1:2 +%T`
7 test x"$dt" = x"01:02:00"
9 dt=`busybox date -d 1:2:3 +%T`
10 test x"$dt" = x"01:02:03"
22 #dt=`busybox date -d 1.2-3:4`
23 #test x"$hdt" = x"$dt"
26 #dt=`busybox date -d 1.2-3:4:5`
27 #test x"$hdt" = x"$dt"
30 #dt=`busybox date -d 1999.1.2-3:4`
31 #test x"$hdt" = x"$dt"
34 #dt=`busybox date -d 1999.1.2-3:4:5`
35 #test x"$hdt" = x"$dt"
38 dt=`busybox date -d '1999-1-2 3:4:5'`
39 test x"$hdt" = x"$dt"
44 #dt=`busybox date -d 01231133 +%c`
45 #dt=`echo "$dt" | cut -b5-19`
46 #test x"$dt" = x"Jan 23 11:33:00"
50 dt=`busybox date -d 200001231133 +%c`
51 test x"$dt" = x"Sun Jan 23 11:33:00 2000"
55 dt=`busybox date -d 200001231133.30 +%c`
56 test x"$dt" = x"Sun Jan 23 11:33:30 2000"
133 dt=`busybox date -d 012311332000.30 %+c 2>&1 | head -n 1`
134 test x"${dt##BusyBox * multi-call binary*}" = x""