> > > OS X Leopard has the same bug ...
> >
> > How did you test it in Leopard? I tried it in Tiger, intending
> > to contribute another data point, and I got:
>
> Leopard's /bin/date accepts -j. You can try compiling FreeBSD
> date on Tiger.
I had decided against that, since it would propagate
> > OS X Leopard has the same bug ...
>
> How did you test it in Leopard? I tried it in Tiger, intending to
> contribute another data point, and I got:
Leopard's /bin/date accepts -j. You can try compiling FreeBSD
date on Tiger.
___
freebsd-hackers@fr
> $ sh <<'EOF'
> for a in 0 1 2 3 4 5 6 7 8 9 10 11 12
> do
> date -j -f %s `expr 1194163200 + 600 \* $a`
> done
> EOF
> OS X Leopard has the same bug ...
How did you test it in Leopard? I tried it in Tiger, intending to
contribute another data point, and I got:
date: illegal option -- j
$ sh <<'EOF'
for a in 0 1 2 3 4 5 6 7 8 9 10 11 12
do
date -j -f %s `expr 1194163200 + 600 \* $a`
done
EOF
Sun Nov 4 01:00:00 PDT 2007
Sun Nov 4 01:10:00 PDT 2007
Sun Nov 4 01:20:00 PDT 2007
Sun Nov 4 01:30:00 PST 2007 <---
Sun Nov 4 01:40:00 PST 2007 <---
Sun Nov 4 01:50:00 PST 2007 <---
4 matches
Mail list logo