[Cbor] RFC 9581 on Concise Binary Object Representation (CBOR) Tags for Time, Duration, and Period
rfc-editor@rfc-editor.org Fri, 16 August 2024 20:42 UTC
Return-Path: <wwwrun@rfcpa.rfc-editor.org>
X-Original-To: cbor@ietf.org
Delivered-To: cbor@ietfa.amsl.com
Received: from rfcpa.rfc-editor.org (unknown [167.172.21.234]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-256) server-digest SHA256) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 95DEBC14F5E3; Fri, 16 Aug 2024 13:42:14 -0700 (PDT)
Received: by rfcpa.rfc-editor.org (Postfix, from userid 461) id 099143B874; Fri, 16 Aug 2024 13:42:14 -0700 (PDT)
To: ietf-announce@ietf.org, rfc-dist@rfc-editor.org
From: rfc-editor@rfc-editor.org
Content-type: text/plain; charset="UTF-8"
Message-Id: <20240816204214.099143B874@rfcpa.rfc-editor.org>
Date: Fri, 16 Aug 2024 13:42:14 -0700
Message-ID-Hash: BJUOF4ABZNO3FJWQDYSMLYL4MB2G3CRC
X-Message-ID-Hash: BJUOF4ABZNO3FJWQDYSMLYL4MB2G3CRC
X-MailFrom: wwwrun@rfcpa.rfc-editor.org
X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-cbor.ietf.org-0; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header
CC: rfc-editor@rfc-editor.org, drafts-update-ref@iana.org, cbor@ietf.org
X-Mailman-Version: 3.3.9rc4
Precedence: list
Subject: [Cbor] RFC 9581 on Concise Binary Object Representation (CBOR) Tags for Time, Duration, and Period
List-Id: "Concise Binary Object Representation (CBOR)" <cbor.ietf.org>
Archived-At: <https://mailarchive.ietf.org/arch/msg/cbor/UnjybIQX9PkO2e0w_XyahTmhI64>
List-Archive: <https://mailarchive.ietf.org/arch/browse/cbor>
List-Help: <mailto:cbor-request@ietf.org?subject=help>
List-Owner: <mailto:cbor-owner@ietf.org>
List-Post: <mailto:cbor@ietf.org>
List-Subscribe: <mailto:cbor-join@ietf.org>
List-Unsubscribe: <mailto:cbor-leave@ietf.org>
A new Request for Comments is now available in online RFC libraries. RFC 9581 Title: Concise Binary Object Representation (CBOR) Tags for Time, Duration, and Period Author: C. Bormann, B. Gamari, H. Birkholz Status: Standards Track Stream: IETF Date: August 2024 Mailbox: cabo@tzi.org, ben@well-typed.com, henk.birkholz@ietf.contact Pages: 21 Updates/Obsoletes/SeeAlso: None I-D Tag: draft-ietf-cbor-time-tag-12.txt URL: https://www.rfc-editor.org/info/rfc9581 DOI: 10.17487/RFC9581 The Concise Binary Object Representation (CBOR, RFC 8949) is a data format whose design goals include the possibility of extremely small code size, fairly small message size, and extensibility without the need for version negotiation. In CBOR, one point of extensibility is the definition of CBOR tags. RFC 8949 defines two tags for time: CBOR tag 0 (RFC 3339 time as a string) and tag 1 (POSIX time as int or float). Since then, additional requirements have become known. The present document defines a CBOR tag for time that allows a more elaborate representation of time, as well as related CBOR tags for duration and time period. This document is intended as the reference document for the IANA registration of the CBOR tags defined. This document is a product of the Concise Binary Object Representation Maintenance and Extensions Working Group of the IETF. This is now a Proposed Standard. STANDARDS TRACK: This document specifies an Internet Standards Track protocol for the Internet community, and requests discussion and suggestions for improvements. Please refer to the current edition of the Official Internet Protocol Standards (https://www.rfc-editor.org/standards) for the standardization state and status of this protocol. Distribution of this memo is unlimited. This announcement is sent to the IETF-Announce and rfc-dist lists. To subscribe or unsubscribe, see https://www.ietf.org/mailman/listinfo/ietf-announce https://mailman.rfc-editor.org/mailman/listinfo/rfc-dist For searching the RFC series, see https://www.rfc-editor.org/search For downloading RFCs, see https://www.rfc-editor.org/retrieve/bulk Requests for special distribution should be addressed to either the author of the RFC in question, or to rfc-editor@rfc-editor.org. Unless specifically noted otherwise on the RFC itself, all RFCs are for unlimited distribution. The RFC Editor Team Association Management Solutions, LLC
- [Cbor] RFC 9581 on Concise Binary Object Represen… rfc-editor
- [Cbor] Re: RFC 9581 on Concise Binary Object Repr… Stephane Bortzmeyer