date-R-works 154 B

12345678
  1. dt1="`date -R`"
  2. # Wait for the start of next second
  3. dt="$dt1"
  4. while test x"$dt" = x"$dt1"; do
  5. dt="`date -R`"
  6. done
  7. test x"$dt" = x"`busybox date -R`"