I just did that and it didn't change anything. The times are all still on the hour and not any on the half-hour.
It must be something in this part of the code that is not allowing it to show the half hour times. Any idea what to do to fix it?
PHP Code:
$i=0;
while(list($timediff, $cities)=each($timezones)) {
$i++;
$servertime = ($timeoffset - ($timediff+8));
$timestamp = mktime (date("H")-$servertime, date("i"), date("s"), date("m"), date("d"), date("Y"));
$datetime = date($dateformat, $timestamp);
$hourtime = date($hourformat, $timestamp);
if ($timediff == $bbuserinfo[timezoneoffset]) {