ID:               16101
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
 Status:           Open
 Bug Type:         Mail related
 Operating System: winnt4
 PHP Version:      4.1.2
 New Comment:

Same problem for me on W2K Server (IIS 5) using PHP 4.0.4pl1. GMT +0800
(correct timezone) goes out as GMT -0800.

Previn


Previous Comments:
------------------------------------------------------------------------

[2002-03-18 05:09:29] [EMAIL PROTECTED]

$header="Date: ".date("r");
Simplified Header !

------------------------------------------------------------------------

[2002-03-15 14:27:37] [EMAIL PROTECTED]

Php4.1.2 win32 binaries download from php.net !
I'm trying to send a mail from my server with a little simple script.
mail("[EMAIL PROTECTED]","MySubject","MyMail")
The mail arrive, but the time 'send time' was with a bad gmt time.
System      mail
gmt+0100    gmt-0100
gmt-0100    gmt+0100
gmt+0000    gmt+0100
gmt+0200    gmt-0200
The mail function in win32 system exchange the sign of the gmt.
To Walk around this problem I send a 'Date' header with the good gmt
set : 
$header = "Date: ".date("D, d M Y H:i:s O");

Thanks for debug.

------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=16101&edit=1

Reply via email to