Lines Matching refs:date
118 SAVED_DATE=`date "+%m%d%H%M.%S%y"`
121 SAVED_DATE=`date "+%m%d%H%M%Y"`
124 SAVED_DATE=`date "+%m%d%H%M%y.%S"`
127 SAVED_DATE=`date "+%m%d%H%M%y.%S"`
130 SAVED_DATE=`date "+%m%d%H%M%Y.%S"`
140 # The date command in MKS Toolkit releases 5.1 and 5.2
141 # uses the current DST status for the date we want to
143 # that date may be different from the current DST status.
144 # We can work around this problem by invoking the date
145 # command with the same date twice.
147 date "$1" > $NULL_DEVICE
148 date "$1" > $NULL_DEVICE
151 date "$1" > $NULL_DEVICE
165 SAVED_DATE=`date "+%m%d%H%M.%S%y"`
168 SAVED_DATE=`date "+%m%d%H%M%Y"`
171 SAVED_DATE=`date "+%m%d%H%M%y.%S"`
174 SAVED_DATE=`date "+%m%d%H%M%y.%S"`
177 SAVED_DATE=`date "+%m%d%H%M%Y.%S"`
221 # system clock to each date in $DATES
230 echo "BEGIN\t\t\t`date`"
234 echo "`date`\t\t\c"
243 echo "END\t\t\t`date`\n"