AWSDaylight
Application to enable daylight saving of AWStats configs
...AWSDaylight.sh -t TIMEZONE -c CONFS -d -n [-p PATHCONFS] -h
-h : Show this help message
-t : Define timezone of normal time. Ex.: -3 (to Brazil)
-c : Define confs to be changed. Ex.: site1,site2 (comma separated)
-d : Set daylight saving
-n : Set normal time
-p : (optional) Define path of awstats.site.conf. Default is /etc/awstats/
To schedule execution on crontab. Follow an example from cron from brazilian time setup:
59 23 15-21 10 0 <PathToAWSDaylight>/AWSDaylight.sh -t -3 -c site1,site2 -d
59 23 15-21 2 0 <PathToAWSDaylight>/AWSDaylight.sh -t -3 -c site1,site2 -n