Quick question... if a server is in California and outputs correct time for Pacific Timeszone, but I'm sending to a user on the east coast... how can I use the date() function and then display +3 hours ahead?
Example code thus far:
$tgl = date("F d, Y - h:i A");
Thanks,
Eve