Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:11857 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 67775 invoked by uid 1010); 3 Aug 2004 07:34:27 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 67741 invoked from network); 3 Aug 2004 07:34:26 -0000 Received: from unknown (HELO jdi.jdimedia.nl) (212.204.192.51) by pb1.pair.com with SMTP; 3 Aug 2004 07:34:26 -0000 Received: from localhost (localhost [127.0.0.1]) by jdi.jdimedia.nl (8.12.11/8.12.11) with ESMTP id i737YQM6019205 for ; Tue, 3 Aug 2004 09:34:26 +0200 Received: from localhost (localhost [127.0.0.1]) by jdi.jdimedia.nl (8.12.11/8.12.11) with ESMTP id i737YOSh019194; Tue, 3 Aug 2004 09:34:25 +0200 Date: Tue, 3 Aug 2004 09:34:24 +0200 (CEST) X-X-Sender: derick@localhost To: Jevon Wright cc: Jason Garber , internals@lists.php.net In-Reply-To: <011601c47920$8d116ba0$0a00a8c0@home.jevon.org> Message-ID: References: <1697824207.20040802223614@ionzoft.com> <011601c47920$8d116ba0$0a00a8c0@home.jevon.org> 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 Tue, 3 Aug 2004, Jevon Wright wrote: > I always wished that PHP had VB's set of operators on dates/times... (and > also in SQL): year(), month(), date(), time_serial(), and the like. Yes, you > can do it with date("...", $x); but then it's just awkward to remember all > the operators. Good point, I'll add that to the list. > Also, I'd always wished that PHP would have support for dates after 32 bit > (2037)... when do you think Pecl's Date would get into PHP? The thing I'm working on should work for larger ranges than the 32bit range, except that I can't do DST information outside the range, as the timezone information files can not contain this :I Derick