From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-Status: No, score=-4.0 required=3.0 tests=AWL,BAYES_00, MAILING_LIST_MULTI,RCVD_IN_DNSWL_BLOCKED,SPF_HELO_NONE,SPF_PASS, UNPARSEABLE_RELAY shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from neon.ruby-lang.org (neon.ruby-lang.org [221.186.184.75]) by dcvr.yhbt.net (Postfix) with ESMTP id 089751F4B4 for ; Fri, 15 Jan 2021 09:05:00 +0000 (UTC) Received: from neon.ruby-lang.org (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id 3E007120BA9; Fri, 15 Jan 2021 18:04:09 +0900 (JST) Received: from o1678948x4.outbound-mail.sendgrid.net (o1678948x4.outbound-mail.sendgrid.net [167.89.48.4]) by neon.ruby-lang.org (Postfix) with ESMTPS id BBAA4120BA0 for ; Fri, 15 Jan 2021 18:04:07 +0900 (JST) Received: by filterdrecv-p3iad2-5599b4d97-6ln7p with SMTP id filterdrecv-p3iad2-5599b4d97-6ln7p-18-60015AB7-34 2021-01-15 09:04:55.255326361 +0000 UTC m=+42081.905424176 Received: from herokuapp.com (unknown) by ismtpd0103p1mdw1.sendgrid.net (SG) with ESMTP id KgbtjtAmR-OSerVzGbjM_A for ; Fri, 15 Jan 2021 09:04:55.164 +0000 (UTC) Date: Fri, 15 Jan 2021 09:04:55 +0000 (UTC) From: nobu@ruby-lang.org Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 78007 X-Redmine-Project: ruby-master X-Redmine-Issue-Tracker: Misc X-Redmine-Issue-Id: 17535 X-Redmine-Issue-Author: mame X-Redmine-Sender: nobu X-Mailer: Redmine X-Redmine-Host: bugs.ruby-lang.org X-Redmine-Site: Ruby Issue Tracking System X-Auto-Response-Suppress: All Auto-Submitted: auto-generated X-SG-EID: =?us-ascii?Q?q8Dly+pU2+3ektTtZVXgZtbJPXwqo7p86jCsvYTW4Bzls7IFlAJzJh8H76hlbl?= =?us-ascii?Q?jfdoF1B6pk92JQESxPvkFlXnefUihRDnXr3k+lS?= =?us-ascii?Q?VUmetcub5xQv=2FehNM38AkVvMY=2FguiAb2jswcbB9?= =?us-ascii?Q?eZCxyXDDeFwhVgAPjYFR+uE1I4TrRzDrhqsj50U?= =?us-ascii?Q?5sRWSO6FoIzQYmx+dX18ybTs7O68yejz987cDFv?= =?us-ascii?Q?lUiFlX98dZdZeypUI=3D?= To: ruby-core@ruby-lang.org X-Entity-ID: b/2+PoftWZ6GuOu3b0IycA== X-ML-Name: ruby-core X-Mail-Count: 102104 Subject: [ruby-core:102104] [Ruby master Misc#17535] DevelopersMeeting20210216Japan X-BeenThere: ruby-core@ruby-lang.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: Ruby developers List-Id: Ruby developers List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ruby-core-bounces@ruby-lang.org Sender: "ruby-core" Issue #17535 has been updated by nobu (Nobuyoshi Nakada). * [Feature #17544] Support RFC 3339 UTC for unknown offset local time * In RFC 3339, -00:00 is used for the time in UTC is known, but the offset to local time is unknown. Support that representation by `-` flag for `z`. ---------------------------------------- Misc #17535: DevelopersMeeting20210216Japan https://bugs.ruby-lang.org/issues/17535#change-89961 * Author: mame (Yusuke Endoh) * Status: Open * Priority: Normal ---------------------------------------- # The next dev meeting **Date: 2021/02/16 13:00-17:00** Place/Sign-up/Agenda/Log: *TBD* - Dev meeting *IS NOT* a decision-making place. All decisions should be done at the bug tracker. - Dev meeting is a place we can ask Matz, nobu, nurse and other developers directly. - Matz is a very busy person. Take this opportunity to ask him. If you can not attend, other attendees can ask instead of you (if attendees can understand your issue). - We will write a log about the discussion to a file or to each ticket in English. - All activities are best-effort (keep in mind that most of us are volunteer developers). - The date, time and place are scheduled according to when/where we can reserve Matz's time. - *DO NOT* discuss then on this ticket, please. # Call for agenda items If you have a ticket that you want matz and committers to discuss, please post it into this ticket in the following format: ``` * [Ticket ref] Ticket title (your name) * Comment (A summary of the ticket, why you put this ticket here, what point should be discussed, etc.) ``` Example: ``` * [Feature #14609] `Kernel#p` without args shows the receiver (ko1) * I feel this feature is very useful and some people say :+1: so let discuss this feature. ``` - It is recommended to add a comment by 2021/02/13. We hold a preparatory meeting to create an agenda a few days before the dev-meeting. - The format is strict. We'll use [this script to automatically create an markdown-style agenda](https://gist.github.com/mame/b0390509ce1491b43610b9ebb665eb86). We may ignore a comment that does not follow the format. - Your comment is mandatory. We cannot read all discussion of the ticket in a limited time. We appreciate it if you could write a short summary and update from a previous discussion. -- https://bugs.ruby-lang.org/