Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:64329 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 11910 invoked from network); 18 Dec 2012 00:11:08 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Dec 2012 00:11:08 -0000 Authentication-Results: pb1.pair.com smtp.mail=adam@adamharvey.name; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=adam@adamharvey.name; sender-id=pass Received-SPF: pass (pb1.pair.com: domain adamharvey.name designates 209.85.223.179 as permitted sender) X-PHP-List-Original-Sender: adam@adamharvey.name X-Host-Fingerprint: 209.85.223.179 mail-ie0-f179.google.com Received: from [209.85.223.179] ([209.85.223.179:44080] helo=mail-ie0-f179.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3A/A1-33799-B94BFC05 for ; Mon, 17 Dec 2012 19:11:08 -0500 Received: by mail-ie0-f179.google.com with SMTP id k14so6898iea.10 for ; Mon, 17 Dec 2012 16:11:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=adamharvey.name; s=google; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=WYd+9a76dfd6Tp1sjW7A3ZIc6eX+U6kzk51vE7Pxnx0=; b=bFA8t6Mu5k6P/QSgXOADG+b8IoOkTZBNEaWcZezEwH0o3NhJz8pRHq3yEE2dJ9QfoJ IuvyQ3rnYoH5uDqynBXZ6TulHAqZRe6QjAm+JGIAcRJMl+9mMHCDl1OnVbqt4nP2vAFI 8hHuzqAq8rkJn2nxkjKAguWdUkJm0wFgHmc+4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :x-gm-message-state; bh=WYd+9a76dfd6Tp1sjW7A3ZIc6eX+U6kzk51vE7Pxnx0=; b=OHhM3zBB6pQXYTP0sJAsPJp8+mAbzXmxLL7wz9/pgPLr30bJJQQM/BhWEwhktrCchv wJBA9blGcg6b/STofGbf+LD/ft3R2Kai3HM9iIEdXTkNZeMXV8wljyuxS47ECnNwqz+n 3o9e6XTnsp0Fw76omycBMBMU8wo3t9yd6vQVaZEM8OnAiHIJUAQFaB8FstdYfWayPcd4 JTCkaVIt1ap1g0AqysZum6l5LK/xdANkR4qAdXPdTGYVMqyDR9ng5LHnKOTHbay1hNss a8m8JGjrRHNbHqg33a9BJ3MQ7qJxGpEPgsQgodONREHf6qPOokJXw5ryPzEmEhKUGwbP m1FQ== Received: by 10.50.214.68 with SMTP id ny4mr72012igc.65.1355789465683; Mon, 17 Dec 2012 16:11:05 -0800 (PST) MIME-Version: 1.0 Sender: adam@adamharvey.name Received: by 10.42.230.74 with HTTP; Mon, 17 Dec 2012 16:10:44 -0800 (PST) In-Reply-To: References: <50C63A7C.8090705@gmail.com> <4DBD0EA5-C45B-4C12-BFE9-E263B255B2C3@strojny.net> Date: Tue, 18 Dec 2012 08:10:44 +0800 X-Google-Sender-Auth: bZ0-GzRGpqifDXGqWLYrU0iHQXM Message-ID: To: Lars Strojny Cc: Derick Rethans , "internals@lists.php.net" Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQkItJma1xm9GIZ6MhDqyzEb9Mm2gVAU1X8kRl/q1Q/k1AFA6hscGSDCrKSi3DZfd4qtVtNY Subject: Re: [PHP-DEV] DateTime improvement From: aharvey@php.net (Adam Harvey) On 18 December 2012 04:52, Lars Strojny wrote: > I would go with DateTimeValue or DateTimeImmutable as well. +1. I'd prefer DateTimeImmutable personally because it describes what it is better than the other options. Adam "bikeshed" Harvey