Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:64323 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 86075 invoked from network); 17 Dec 2012 18:42:58 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Dec 2012 18:42:58 -0000 Authentication-Results: pb1.pair.com header.from=kontakt@beberlei.de; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=kontakt@beberlei.de; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain beberlei.de from 209.85.217.170 cause and error) X-PHP-List-Original-Sender: kontakt@beberlei.de X-Host-Fingerprint: 209.85.217.170 mail-lb0-f170.google.com Received: from [209.85.217.170] ([209.85.217.170:65011] helo=mail-lb0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 6B/A1-65234-0B76FC05 for ; Mon, 17 Dec 2012 13:42:58 -0500 Received: by mail-lb0-f170.google.com with SMTP id j14so5113414lbo.29 for ; Mon, 17 Dec 2012 10:42:52 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-originating-ip:in-reply-to:references:date :message-id:subject:from:to:cc:content-type:x-gm-message-state; bh=Zi22VR3MfuRA525OsYDu4r1JVZzdpYuB1d1EoHf7X6o=; b=c6bL91kkthqvBlIqoaDenaAaix1pXJlUP+OlyIYGZB3KilDLB3gagW4RNc271YSphd 75A02MG5BcOpkOaq0QA4qokcCg/ONOO+PIGQBzuAyvP05JgDaY6h0jP0Pbo+YM5fNj+l Dx4uRM/gXEjuZRnXf24HuB6ndD7JJgk72XxHwYV1Btrh0M5h2gnH1XJJjl4mGfGkdjlT tR+6aki2fHn7DKEuXTvCGxU/iP3jdXIAVwoTndDXWZ3quFWTn8MKmXCXFXxE5pc91qdw XGTMt7WD43Xo2wHibbyKVFjTdKrSv4VtPX0P2NaMPOECY1U1txZSdaAhpKziPoFCsSW3 Utqg== MIME-Version: 1.0 Received: by 10.112.44.164 with SMTP id f4mr6164274lbm.111.1355769772533; Mon, 17 Dec 2012 10:42:52 -0800 (PST) Received: by 10.112.45.66 with HTTP; Mon, 17 Dec 2012 10:42:52 -0800 (PST) X-Originating-IP: [77.11.16.94] In-Reply-To: References: <50C63A7C.8090705@gmail.com> <4DBD0EA5-C45B-4C12-BFE9-E263B255B2C3@strojny.net> Date: Mon, 17 Dec 2012 19:42:52 +0100 Message-ID: To: Derick Rethans Cc: Lars Strojny , Herman Radtke , =?ISO-8859-1?Q?=C1ngel_Gonz=E1lez?= , Nikita Nefedov , "internals@lists.php.net" Content-Type: multipart/alternative; boundary=f46d0401229fb0689d04d110bf77 X-Gm-Message-State: ALoCoQl8hOe7Y2kJC9idKZoSffg+uyt8BU9bvOIOHNtaq1S6SO9I7WQxtG2nUg90vZPCRSxLsD1D Subject: Re: [PHP-DEV] DateTime improvement From: kontakt@beberlei.de (Benjamin Eberlei) --f46d0401229fb0689d04d110bf77 Content-Type: text/plain; charset=ISO-8859-1 On Mon, Dec 17, 2012 at 5:48 PM, Derick Rethans wrote: > > I went for DateTimePoint. Point as in "Point in time". I am not too > happy with the name, but I think it works better than DateTimeImmutable > as that just sounds quircky. I'm still fixing up a few things and adding > some test cases. I think I need to make it work with DatePeriod too - > but I haven't looked at that yet. some suggestions: DateTimeValue DateTimeImmutable DateImmutable DateFixed DateStatic (and as a bonus: DateTime2) --f46d0401229fb0689d04d110bf77--