From c797c5552a5e2b56331b12f1941aa35481358069 Mon Sep 17 00:00:00 2001 From: Alvaro Vega Date: Tue, 7 Nov 2023 10:37:21 +0100 Subject: [PATCH 1/2] Update api.md --- doc/api.md | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/api.md b/doc/api.md index ecb27b56f..f8394edd3 100644 --- a/doc/api.md +++ b/doc/api.md @@ -29,7 +29,6 @@ - [Measurement transformation execution](#measurement-transformation-execution) - [Measurement transformation order](#measurement-transformation-order) - [Multientity measurement transformation support (`object_id`)](#multientity-measurement-transformation-support-object_id) - - [Timestamp Compression](#timestamp-compression) - [Timestamp Processing](#timestamp-processing) - [Overriding global Context Broker host](#overriding-global-context-broker-host) - [Multitenancy, FIWARE Service and FIWARE ServicePath](#multitenancy-fiware-service-and-fiware-servicepath) From 052eeae656883aa68506bbfb5bdc28a957fb4963 Mon Sep 17 00:00:00 2001 From: Alvaro Vega Date: Tue, 7 Nov 2023 10:39:18 +0100 Subject: [PATCH 2/2] Update api.md --- doc/api.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/doc/api.md b/doc/api.md index f8394edd3..2d87f5b6f 100644 --- a/doc/api.md +++ b/doc/api.md @@ -943,13 +943,6 @@ Will now generate the following NGSI v2 payload: } ``` -## Timestamp Compression - -This functionality changes all the timestamp attributes found in the entity, and all the timestamp metadata found in any -attribute, from the basic complete calendar timestamp of the ISO8601 (e.g.: 20071103T131805) to the extended complete -calendar timestamp (e.g.: +002007-11-03T13:18). The middleware expects to receive the basic format in updates and return -it in queries (and viceversa, receive the extended one in queries and return it in updates). - ## Timestamp Processing The IOTA processes the entity attributes looking for a `TimeInstant` attribute. If one is found, for NGSI v2, then it