Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:11856 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 60985 invoked by uid 1010); 3 Aug 2004 07:32:54 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 60943 invoked from network); 3 Aug 2004 07:32:53 -0000 Received: from unknown (HELO jdi.jdimedia.nl) (212.204.192.51) by pb1.pair.com with SMTP; 3 Aug 2004 07:32:53 -0000 Received: from localhost (localhost [127.0.0.1]) by jdi.jdimedia.nl (8.12.11/8.12.11) with ESMTP id i737WrZO018973 for ; Tue, 3 Aug 2004 09:32:53 +0200 Received: from localhost (localhost [127.0.0.1]) by jdi.jdimedia.nl (8.12.11/8.12.11) with ESMTP id i737Wmer018960; Tue, 3 Aug 2004 09:32:49 +0200 Date: Tue, 3 Aug 2004 09:32:48 +0200 (CEST) X-X-Sender: derick@localhost To: George Schlossnagle cc: Jason Garber , internals@lists.php.net In-Reply-To: <84F2B77E-E4F6-11D8-8E57-000D93359332@omniti.com> Message-ID: References: <1697824207.20040802223614@ionzoft.com> <84F2B77E-E4F6-11D8-8E57-000D93359332@omniti.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by amavisd-new at jdimedia.nl Subject: Re: [PHP-DEV] Date Support From: derick@php.net (Derick Rethans) On Mon, 2 Aug 2004, George Schlossnagle wrote: > > On Aug 2, 2004, at 10:36 PM, Jason Garber wrote: > > > Hello internals, > > > > Not to take away from the wonderful and lively "GOTO" discussion, > > but... I've got a couple simple questions. > > What's insufficient in strtotime() and strftime()? They behave badly and are OS dependent... which makes it quite a mess in the code too; which is very hard to maintain now. Derick