my server is in Pacific time (U.S.), so I wanted to get it to print my time, so I tried using:
$a = gmdate("g", mktime(-6));
print(gmdate("a:i:s a"));
I'm in central time (U.S.)
this is only returning a time that is 2 hours back, I believe my code is right, any ideas?