#!/bin/sh
UTC=$(/sbin/e-smith/config getprop horde KronolithUTC)

if [ "$UTC" != "yes" ]
then
   echo $UTC
   sleep 10
   php /usr/bin/kronolith-convert-to-utc --yes
  /sbin/e-smith/config setprop horde KronolithUTC yes
fi
