Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:68962 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 50655 invoked from network); 9 Sep 2013 11:08:40 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Sep 2013 11:08:40 -0000 Authentication-Results: pb1.pair.com smtp.mail=martin.keckeis1@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=martin.keckeis1@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.219.51 as permitted sender) X-PHP-List-Original-Sender: martin.keckeis1@gmail.com X-Host-Fingerprint: 209.85.219.51 mail-oa0-f51.google.com Received: from [209.85.219.51] ([209.85.219.51:34558] helo=mail-oa0-f51.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 44/D4-03199-53CAD225 for ; Mon, 09 Sep 2013 07:08:38 -0400 Received: by mail-oa0-f51.google.com with SMTP id h1so6214220oag.24 for ; Mon, 09 Sep 2013 04:08:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=5B3JNfafX1NriVG66UNJCdcLboGWSsgfyumtt8xeGoY=; b=NEcKfM32mf46U42D7XFvrVX71aatYGUNLXR4sd5U7HzNh6UJ7c5hzbUvEuSV2Wkxgs XTp7nvgfyN5okmP5kMOZ25ERqx2uKPWWWe/YsU9t7LJG9yIZeVy8g4cF3V4UMvBdce4t Bbk4wompC8akk6Bncj6Eg9LVhAlUhs3PYqnwnMVCwQdB8NAqLjhoWHUeClfEt5MXGdV+ DZM//0c2YJFVqGt4s26Pon/6QRyNIhDZlLumfIXZrSPaJfoFgEPl5D/lj8dhrtXXcfP5 toBD79baJtCvz4dMmhXT3sdb/QSuDzkrZRY8wZ6Srmg24SEyNzh57Qt6vOdSERBK5q7u LUuA== MIME-Version: 1.0 X-Received: by 10.60.80.167 with SMTP id s7mr3726313oex.38.1378724914836; Mon, 09 Sep 2013 04:08:34 -0700 (PDT) Received: by 10.182.26.112 with HTTP; Mon, 9 Sep 2013 04:08:34 -0700 (PDT) Date: Mon, 9 Sep 2013 13:08:34 +0200 Message-ID: To: PHP internals Content-Type: multipart/alternative; boundary=089e01228b14cabd5404e5f168ff Subject: 5.4 DateTimeZone: Supported timezones have changed From: martin.keckeis1@gmail.com (Martin Keckeis) --089e01228b14cabd5404e5f168ff Content-Type: text/plain; charset=UTF-8 Hello together, just wanted to mention, what the list of supported Timezones has changedin 5.4. It's already mentioned here, that all "special" timezones, expect of UTC are deprecated: http://www.php.net/manual/en/timezones.others.php But couldn't found that in the upgrade guide...so i used CET somewhere in my code and didn't found the error soon.... A short note in the upgrade guid would be great! --089e01228b14cabd5404e5f168ff--