Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:127987 X-Original-To: internals@lists.php.net Delivered-To: internals@lists.php.net Received: from php-smtp4.php.net (php-smtp4.php.net [45.112.84.5]) by lists.php.net (Postfix) with ESMTPS id 5A51B1A00BC for ; Thu, 10 Jul 2025 07:24:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1752132187; bh=rY+PTZfgK9rzeFHsfSIvoIk3bXl+b9LTpNBN1HrQLTo=; h=Date:From:To:Subject:In-Reply-To:References:From; b=UQt9YPsQCorQ01Gxc/gMALCWO8GTg9lwHfdseE4V/PX3h4VYl2quOUSMNoHvi360F SMj0FEpGoeeZL5bPGcyW1c4UgE/B0ufUTEjzRSuPMmKNMbvAnu9AzoV8y/VMWrFFfS k9B5uCUbdzEw0dfO7d/93KXARm+3F/VDGWl5Qv5dbwL6q3Hviw3erpHRqV8hz7Veja O7Ak/hSrLB/zq1o0/KnzJqI3Z8mScXHmAR0gqZHX6DXlmsL570B3JUWIP9/TDPC69Z Bi1U/BasEeMAppFz0y8cwcX2k/aihbYKtLkPi2PD2N13RkZfbszCh5KoV1T4Erhs1t sU/hmm2BPt+8Q== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 7C44A180068 for ; Thu, 10 Jul 2025 07:23:06 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 4.0.1 (2024-03-25) on php-smtp4.php.net X-Spam-Level: *** X-Spam-Status: No, score=3.6 required=5.0 tests=BAYES_50,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,DMARC_PASS,SPF_HELO_PASS, SPF_SOFTFAIL autolearn=no autolearn_force=no version=4.0.1 X-Spam-Virus: Error (Cannot connect to unix socket '/var/run/clamav/clamd.ctl': connect: Connection refused) X-Envelope-From: Received: from xdebug.org (xdebug.org [82.113.146.227]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Thu, 10 Jul 2025 07:22:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1752132284; bh=rY+PTZfgK9rzeFHsfSIvoIk3bXl+b9LTpNBN1HrQLTo=; h=Date:From:To:Subject:In-Reply-To:References:From; b=JZqor+7imkiIljueMazjRPT8K0c77PhIzlWTc1KkRFHon6uDN/WvDuOq27DKpFZPn F2Zqd7ONoeM0Lqvu0aCCQ+QqPBKk5NqBnr4YRxXo7073q0T0BS4MEFPPGWRtCsSSaZ pEguCVCR8EolMhNCAaOeqTd/GFaUagAytJBqOHHW7d8LB/egBO3INKY/zyrfvHUB3E ZpIfbOtbD3hpquUs/3IM689foulrYR++grTWTHKUIi+ursINwub99oOWYn9kI6gxGr 0S07uUCzl8g8U28cMceNemQs6jI9AdJUQ2iNUiyJpaHvU9la5VfTyl7XaIhmDhxLXU h8bzN5cKG32Jg== Received: from [127.0.0.1] (unknown [148.252.141.75]) by xdebug.org (Postfix) with ESMTPSA id 5750C10C280; Thu, 10 Jul 2025 08:24:43 +0100 (BST) Date: Thu, 10 Jul 2025 09:24:41 +0200 To: Daniel Scherzer , php internals Subject: Re: [PHP-DEV] RFCs that are pending implementation User-Agent: K-9 Mail for Android In-Reply-To: References: Message-ID: Precedence: bulk list-help: list-post: List-Id: internals.lists.php.net x-ms-reactions: disallow MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable From: derick@php.net (Derick Rethans) On 10 July 2025 06:28:39 CEST, Daniel Scherzer wrote: >* https://wiki=2Ephp=2Enet/rfc/datetime_and_daylight_saving_time was acce= pted >in 2011 > >Is anyone still working on these?=20 Sort of, as part of new date time work=2E=20 cheers Derick=20