AWSDaylight
Application to enable daylight saving of AWStats configs
This is a bash script do that is possible enable or disable daylight saving of yours AWStats reports confs.
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...