--- cron.orig	2010-05-17 17:46:40.000000000 +1000
+++ cron	2010-06-21 13:25:15.000000000 +1000
@@ -3,7 +3,8 @@
 # David Rowe 8 Feb 2008
 
 case $1 in
-	start) /bin/cron&;;
+	start) export TZ=`cat /etc/TZ`;
+	       /bin/cron&;;
 	stop) killall -9 cron;;
 	enable) rm -f /etc/rc.d/S35cron; 
 	        ln -s /etc/init.d/cron /etc/rc.d/S35cron;;
