I have this
$thetime = date("m/j/y - g:i a T");
Output:
03/27/03 - 1:44 am CST
How can I adjust that to PST -- I think date() function takes the servers date instead of the local computers date. How can I adjust this using a calculation so it would show the following
03/27/03 - 12:44pm PST ---- which is actually a difference of 2hours -
THANK YOU