And what i've said?
Website display time base on webserver configuration (php.ini)
unless it's set in some of ur web files like
PHP Code:
date_default_timezone_set('Asia/Hong_kong');
Server time (can't tell exactly w/o seeing code) but probably read your local-time.
You can change webserver time-zone at php.ini
PHP Code:
[Date]
; Defines the default timezone used by the date functions
; http://php.net/date.timezone
date.timezone=Asia/Hong_kong
save restart webserver & see if it helps
If still doesn't help, then check if you have included somewhere
PHP Code:
date_default_timezone_set
& change to your current time-zone.
Full list of time-zones (click on continent/region to see list)
http://php.net/manual/en/timezones.php