Forum Moderators: coopster
$dateposted = date("r",$row["dateline"]);
Result: Tue, 15 Feb 2005 23:24:38 -0600
Last time I check, the dateline is 23:24:38 PST. The -0600 seems a bit suspicious to me.
So, I was wondering if I want to set the timezone to PST, what modifications do I have to make?
Thanks.