Quote:
Originally Posted by Emeralda
How to fix the time on the page? It's really bugging me, I think it shows the server time, not the user's one. The clock next to ava is a "live clock" showing my current time. The last like given was done almost exactly 16 minutes prior to taking the screenie.

|
Try this:
1. Open the recent_thanks.php
2. Find the line 101:
PHP Code:
$rt_date = date("d-m-Y - H:i", $date_timestamp);
3. Replace it with:
PHP Code:
$rt_date = vbdate("d-m-Y - H:i", $date_timestamp);