Hi,
I'm running php 4.3.2 on redhat linux.
This is the output when I type linux command 'date':
Sat Jun 19 00:15:08 GMT+8 2004
This is the correct local time and I'm in HK (GMT +8).
However if I call gmdate() in PHP, it returns
Jun 19 2004 08:17:03
This is incorrect because I expect it to be 8 hours less than my local time.
Any idea on this issue? Is it the problem on my linux configuration?
Thank you very much.
Regards,
Raymond