Hello,
I'm putting date into the database into a INT(20) and calling it out like so..
$timezone = -4; //(GMT -5:00) EST (U.S. & Canada)
$row['time'] = gmdate("g:i a, F j", $row['time'] + 3600*($timezone+date("I")));
I'm very very sure this is correct, but I'm not a genius so it could be wrong.. Why are all my dates coming out 8:00 pm, December 13 ?