ref: 40cb72e7f8cda9d21e1b7f738f6281e181c0de9e
dir: /sys/src/cmd/test/zones.rc/
#!/bin/rc rfork en msg=() for(f in /adm/timezone/*){ if(! ~ $f /adm/timezone/README){ cat $f >/env/timezone tm=`{../$O.date -f'WW, DD MMM YYYY hh:mm:ss Z'} x=`{../$O.date -n} y=`{../$O.seconds $"tm} if(! ~ $x $y){ echo $f $tm $x $y are not equal msg=($msg $f) } } } exit $"msg