Re: [dispatch] Proposed charter for extended date format

Carsten Bormann <cabo@tzi.org> Wed, 14 April 2021 19:28 UTC

Return-Path: <cabo@tzi.org>
X-Original-To: dispatch@ietfa.amsl.com
Delivered-To: dispatch@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 30B093A1C9E for <dispatch@ietfa.amsl.com>; Wed, 14 Apr 2021 12:28:54 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -4.219
X-Spam-Level:
X-Spam-Status: No, score=-4.219 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H4=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0sImTFIya79j for <dispatch@ietfa.amsl.com>; Wed, 14 Apr 2021 12:28:49 -0700 (PDT)
Received: from gabriel-vm-2.zfn.uni-bremen.de (gabriel-vm-2.zfn.uni-bremen.de [134.102.50.17]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B3E723A1CA0 for <dispatch@ietf.org>; Wed, 14 Apr 2021 12:28:49 -0700 (PDT)
Received: from [192.168.217.118] (p548dc178.dip0.t-ipconnect.de [84.141.193.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gabriel-vm-2.zfn.uni-bremen.de (Postfix) with ESMTPSA id 4FLCFW0XdtzyX4; Wed, 14 Apr 2021 21:28:47 +0200 (CEST)
Content-Type: text/plain; charset="utf-8"
Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.120.23.2.4\))
From: Carsten Bormann <cabo@tzi.org>
In-Reply-To: <ef575aff-3ab8-40bc-88f4-2f0a5242e1fb@dogfood.fastmail.com>
Date: Wed, 14 Apr 2021 21:28:46 +0200
Cc: Eliot Lear <lear@cisco.com>, dispatch@ietf.org, "Murray S. Kucherawy" <superuser@gmail.com>, Ujjwal Sharma <usharma@igalia.com>, Shane Carr <sffc@google.com>
X-Mao-Original-Outgoing-Id: 640121326.444724-d51848473cf5d17fc2afcc0bc8e35448
Content-Transfer-Encoding: quoted-printable
Message-Id: <3AEFDFA4-C55F-46A1-8602-51CE178BA551@tzi.org>
References: <b654b280-00eb-4869-918f-5580347601ef@dogfood.fastmail.com> <9e1bc197-19d5-44d1-867f-6d35108d63ae@dogfood.fastmail.com> <A6E0CEE4-DFFD-42D2-A514-17E6C7CED24F@cisco.com> <ef575aff-3ab8-40bc-88f4-2f0a5242e1fb@dogfood.fastmail.com>
To: Bron Gondwana <brong@fastmailteam.com>
X-Mailer: Apple Mail (2.3608.120.23.2.4)
Archived-At: <https://mailarchive.ietf.org/arch/msg/dispatch/QCob_FD0WUU3huPd4riYE52_pCo>
Subject: Re: [dispatch] Proposed charter for extended date format
X-BeenThere: dispatch@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: DISPATCH Working Group Mail List <dispatch.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/dispatch>, <mailto:dispatch-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/dispatch/>
List-Post: <mailto:dispatch@ietf.org>
List-Help: <mailto:dispatch-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/dispatch>, <mailto:dispatch-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 14 Apr 2021 19:28:54 -0000

I know that on IETF mailing lists it is unusual to discuss what the subject line says the discussion is about, but...

(1) I think we are discussing date/time formats here, not date formats.

(2) I think we are also discussing text string formats only, not formats in general.

If either of these assumptions is not true, I need to point to:

* Calendar dates: RFC8943 [1], which has a compact (binary) format for calendar dates in addition to the usual text-string one (based on RFC 3339, of course)

* Compact, complex (“extended”) datetimes: draft-bormann-cbor-time-tag [2], which has some elements of a date/time format that go beyond tags 0 (text-string, RFC3339) and 1 (compact, Posix) in RFC8949 [3].  Partially also inspired by [4].

What the latter needs next is a good TZDB [5] indexing mechanism (a.k.a. time zone names [6]); a compact form would be a bonus here again.

Just saying.

Grüße, Carsten

[1]: https://www.rfc-editor.org/rfc/rfc8943.html#section-1.1.1
[2]: https://www.ietf.org/archive/id/draft-bormann-cbor-time-tag-04.html#section-3.4
[3]: https://www.rfc-editor.org/rfc/rfc8949.html#name-standard-date-time-string
[4]: https://www.rfc-editor.org/rfc/rfc8575.html#section-3
[5]: https://data.iana.org/time-zones/tz-link.html
[6]: https://www.rfc-editor.org/rfc/rfc6557.html