Lines Matching refs:date
42 \afactor\a is 1 by default. Command argument date specifications
51 [b:base?Set the base or starting date to \adate\a. Useful for repeating
52 a set of tests.]:[date:=date]
99 date [ command [ arg ... ] ]
111 [+$ date -f %K?1998-03-11+13:41]
112 [+$ warp 2000-02-29+12::30::30 date -f %K?2000-02-29+12:30]
113 [+$ warp "2 years" date -f %K?2000-01-01+00:00]
123 USAGE='b:[base]f:[factor]nt date [ command [ arg ... ] ]'
164 (( now = $(LD_LIBRARY_PATH=$root/lib:$LD_LIBRARY_PATH $root/bin/date -f %s) ))
171 *) (( warp = $(LD_LIBRARY_PATH=$root/lib:$LD_LIBRARY_PATH $root/bin/date -f %s -s "$1") ))
185 *) (( base = $(LD_LIBRARY_PATH=$root/lib:$LD_LIBRARY_PATH $root/bin/date -f %s -s "$base_str") ))