Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:81220 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 46147 invoked from network); 27 Jan 2015 10:24:50 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Jan 2015 10:24:50 -0000 Authentication-Results: pb1.pair.com header.from=yohgaki@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=yohgaki@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.179 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.216.179 mail-qc0-f179.google.com Received: from [209.85.216.179] ([209.85.216.179:35394] helo=mail-qc0-f179.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C0/A5-18778-17767C45 for ; Tue, 27 Jan 2015 05:24:50 -0500 Received: by mail-qc0-f179.google.com with SMTP id w7so11147113qcr.10 for ; Tue, 27 Jan 2015 02:24:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=C3pg0cqyeVG+zFIMo9RwWADHfQgHoLd91UOcmnw0rtg=; b=Ia9t9JVPSjKZ00iHsBdxDsKKkqUgjV0ROi/OddCocVBjuMjeCF96z0ViB638r6Y6zr mVbL9CeyAHy0bKHxMw0ckZ+5jCRKlFWxswtAQDtx6JfzoeAiCxONej8jJOrU69q5mMmR ke4DGJcLQYO36rNgsIg6ajU5/AY87KeXsDht/FenTbmto+AVSlZ7REiqdX2LDOJ696bd xEP2ny2NUFXqQGUIg0Ii+JzVdguFrl9MTuHGL69FKmZnmXNIj1KBVHFUqJxLqCpCkPvi b9czGbb6qvvokgETaUgEH4PTCp/iwA+ysoW6aX86CrhypoNCRSjla+Vt4YalqYTHgeVX Y7OA== X-Received: by 10.140.20.226 with SMTP id 89mr619883qgj.43.1422354286894; Tue, 27 Jan 2015 02:24:46 -0800 (PST) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.229.93.70 with HTTP; Tue, 27 Jan 2015 02:24:06 -0800 (PST) In-Reply-To: <54C75D2D.1010701@lsces.co.uk> References: <54C732F3.8050304@beccati.com> <54C73A13.5030707@php.net> <54C75D2D.1010701@lsces.co.uk> Date: Tue, 27 Jan 2015 19:24:06 +0900 X-Google-Sender-Auth: ySZwAY8eAcmwFS0HyVgr5qR5TIo Message-ID: To: Lester Caine Cc: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=001a11c1257e040047050d9faa08 Subject: Re: [PHP-DEV] [RFC] Remove the date.timezone warning From: yohgaki@ohgaki.net (Yasuo Ohgaki) --001a11c1257e040047050d9faa08 Content-Type: text/plain; charset=UTF-8 Hi all, While I can understand the reason behind opposition, but current web is not bounded to local country. Most applications today logs time using UTC and time stamp is converted whatever local time as needed, isn't it? Of course, it depends on application though. Having UTC as the default makes sense to me. Besides time management best practice, users have learned enough, haven't them? Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net --001a11c1257e040047050d9faa08--