Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:118286 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 69721 invoked from network); 19 Jul 2022 15:18:23 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 19 Jul 2022 15:18:23 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 0C38518054C for ; Tue, 19 Jul 2022 10:14:42 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_NONE,SPF_PASS, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS24940 176.9.0.0/16 X-Spam-Virus: No X-Envelope-From: Received: from chrono.xqk7.com (chrono.xqk7.com [176.9.45.72]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Tue, 19 Jul 2022 10:14:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bastelstu.be; s=mail20171119; t=1658250879; bh=9LHk5j25BmUulGAE7CmJsQMEbGrdodjXXUski6WihUQ=; h=Date:To:From:Subject:From; b=UiXisziTryiIWTKYUYxubSCQ0mZ2nfDjIy9rrgMCVVoQi6W5Wo/m0OIhsm4pvDP/J VfbNwo+sFGTUY8xs89ffHU6ndlOIZ9Sp1rdR/1Dsf87Bod0eWnNUU/J3oeknANL1qS NzIr8t1/vYONmFmFHVqLPseiV4SaehI6XgR/TK7ZobUWuf5NF/rzIsEQ5jZlTktYEE /WHNo5QlJ54GF2ddJq53q7HwOrOa5yZKN9B7qXvF0Z07rNllCsydi0GbcBFOtDgY8R hfJpB1oInLJe/5DBXnV5hxd36E8gSaYiGwyf6cNKMuP3HvGxSpE5K0NsipnSB/nrLP oxsDLSKMBaGGQ== Message-ID: <9dd4cb1c-7d03-1d63-b4e2-f9574d55da15@bastelstu.be> Date: Tue, 19 Jul 2022 19:14:37 +0200 MIME-Version: 1.0 Content-Language: en-US To: PHP internals Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Subject: PSA: Wiki's voting doodle supports autoclosing at a given point in time From: tim@bastelstu.be (=?UTF-8?Q?Tim_D=c3=bcsterhus?=) Hi! Multiple of the recent RFCs closed their voting later than the announced date and some of the closer ones were lacking a clear end *time* as well. As while ago I've stumbled upon the fact the the voting doodle supports automated closing using using the "closeon" attribute which takes a string that is passed to 'strtotime()'. Tests show that this attribute actually works properly: https://wiki.php.net/ideas/doodle_closeon_test I've added this to the example doodle in the RFC howto wiki page: https://wiki.php.net/rfc/howto?do=diff&rev2%5B0%5D=1639568697&rev2%5B1%5D=1658250816&difftype=sidebyside Best regards Tim Düsterhus