Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:8467 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 89347 invoked by uid 1010); 9 Mar 2004 14:56:20 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 89320 invoked by uid 1007); 9 Mar 2004 14:56:20 -0000 Message-ID: <20040309145620.89319.qmail@pb1.pair.com> To: internals@lists.php.net Date: Tue, 09 Mar 2004 14:56:11 +0000 User-Agent: Mozilla Thunderbird 0.5 (Windows/20040207) X-Accept-Language: en-us, en MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 80.5.119.206 Subject: gmmktime on windows ends an hour out on the night DST takes affect From: scottmacvicar@ntlworld.com (Scott MacVicar) Hi, I think this is a bug from the depths of Redmond since it takes an hour off ta->tm_hour but doesn't set ta->tm_isdst, its fairly significant and can be fixed with a small change. If someone with karma could apply the patch in http://bugs.php.net/bug.php?id=27533 Patch basically forces it to make the hour 02:01:01 instead of 01:01:01 which resolves the isssue. Thanks, Scott