#! /bin/sh . /etc/functions.sh config_load timezone config_get timezone tz tz #config_get daylightsavingtime tz dst ntpclient -s -h pool.ntp.org >/dev/null 2>&1 export TZ=`grep "$timezone" /etc/config/tz.hash | awk -F"|" '{print $1}'` date -u -s `date +%m%d%H%M%Y.%S`