It should be returning the local system time. Check the date on your server to see if it is correct. It may also be an issue with your timezone settings.
Good luck!
HeadBut
3:20 am on Sep 7, 2006 (gmt 0)
I am using a Mac Powerbook G4 as a development machine with Apache, Mysql and php. The date & Time control panel says the Time Zone: MST and Closest City:Phoenix - USA
The time from php is 1 hour ahead and I seem to remember it was working properly a couple months ago.
Thanks! M
dreamcatcher
6:52 am on Sep 7, 2006 (gmt 0)
$SBText .= date("F j, Y, g:i a", strtotime("-1 hour"));