|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-07-25 20:27 UTC] zak@php.net
[2000-07-25 21:26 UTC] hholzgra@php.net
[2001-11-22 18:07 UTC] venaas@php.net
[2001-11-28 08:27 UTC] hholzgra@php.net
[2002-06-18 18:13 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Nov 03 18:00:01 2025 UTC |
Not sure if this is really a PHP problem or just Microsoft at work, but sending email using the "mail" function seems to give incorrect timezone info in the "Date:" header. eg: Received: from becks by macs.wn.bcl.co.nz; Wed, 19 Jan 2000 13:11:34 +1300 (NZDT) (in this case becks=NT, macs=Unix - +1300 NZDT is correct) Message-ID: <200001190011.NAA19048@macs.wn.bcl.co.nz> Date: Wed, 19 Jan 2000 13:11:35 -1200 -1200 is wrong. The NT timezone is set to +12:00 Auckland/Wellington, with Daylight saving enabled.