To set the website time you must first login to cPanel and then follow these steps.
- go to 'Legacy File Manager'
- public_html
- cgi-bin
- Auction
- Config.pl
Click on the edit options to open the script in a new page.
Scroll down the script untill you find the following ( see below the example for further instructions)
#############################
# Special Auction settings
#############################
# Your Time Zone seting
$config{'timezone'} = 'GMT';
######################################
# Set the system time and Bid History bid time
# to match your time. 12 hr time format
# where +X = number of hours to be added or -X = Take away hrs
# Time from GMT
$config{'systemtime'} = -0;
#################################
To change the site time to British summer time you should change the red value above to read +1 or +0 for british winter time