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