There is an error with the gmmktime() and/or gmdate() PHP routines. The following code should simply spit out the original time info in the gmmktime() routine:
print( gmdate('Y/m/d H:i', gmmktime(12,0,0,3,12,2001)));
Instead, it outputs:
2001/03/12 11:00
On a Linux machine with similar setup (PHP4, Apache server) the correct output is produced:
2001/03/12 12:00
Any guess as to what's going on? My system is Win2K Pro, John Lim's PHP4.0.4 setup, and Apache pre-compiled binaries.
I'm in CST (Central Standard Time), my date/time is set correctly.
Thanks,
david