#!/bin/rc
if(~ $#* 0)
	'*' = CET
for(i){
	if(! test -f /adm/timezone/$i){
		echo timezone $i not found >[2=1];
		exit notfound
	}
	ifs=() timezone=`{cat /adm/timezone/$i} date
}
