Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:10171 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 1417 invoked by uid 1010); 29 May 2004 13:29:42 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 1319 invoked from network); 29 May 2004 13:29:41 -0000 Received: from unknown (HELO sapo.pt) (212.55.154.26) by pb1.pair.com with SMTP; 29 May 2004 13:29:41 -0000 Received: (qmail 21715 invoked from network); 29 May 2004 13:29:40 -0000 Received: from unknown (HELO sapo.pt) (10.134.35.151) by relay6 with SMTP; 29 May 2004 13:29:40 -0000 Received: (qmail 10328 invoked from network); 29 May 2004 13:29:28 -0000 Received: from unknown (HELO pc07653) (nunoplopes@sapo.pt@[81.193.185.189]) (envelope-sender ) by mta1 (qmail-ldap-1.03) with SMTP for ; 29 May 2004 13:29:28 -0000 Message-ID: <001f01c44581$703d2690$0100a8c0@pc07653> To: "PHPdev" Date: Sat, 29 May 2004 14:32:50 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1409 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 Subject: idate bug? From: nlopess@php.net ("Nuno Lopes") Hello, Checking the sources, idate('y') returns "year, numeric, 2 digits". Althought it is returning just '4' instead of '04'. Is this a bug or feature? :) And what idate('I') returns? 1 if DST is on? Thanks, Nuno