
03-19-2004, 05:25 PM
|
 |
|
|
Join Date: Aug 2002
Location: UK
Posts: 1,059
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by jjj0923
I installed this hack and am testing it - but it is not showing the time properly...
it shows the time without the users offset taken into consideration.
for instance - my offset is -5 hours and it is now 2:05 PM, but the chat box is showing the time as 09:03
here is the lines calculate date & time - any ideas?
$date = $get["date"];
$date = date("Y") . "-" . substr($date, 4, 2) . "-" . substr($date, 1, 2) . " " . substr($date, 7, 2) . ":" . substr($date, 10, 2);
$date = date("[m/d|H:i]", strtotime($date) + ($bbuserinfo['timezoneoffset'] * 3600));
|
the answer is in this post
https://vborg.vbsupport.ru/showpost....3&postcount=43
|