My board and this chat has installed on a Canadian server, but it is a french site. So the server hours is wrong.
In the chat, the hours indication was late about 6 hours. So with a co-admin we decided to change that.
here is code :
before :
$line .= date("H:i:s")."t";
after :
$heure = date("H");
$heure += 6;
$line .= $heure.":".date("i:s")."t";
I think it is the begining of an option for the chat same as the theme, or the language

I hope I help You