From 7312d2b766cea755c468d41fdc8a5af885b138d7 Mon Sep 17 00:00:00 2001 From: Oscar Westra van Holthe - Kind Date: Tue, 19 Sep 2023 21:13:08 +0600 Subject: [PATCH] Add local_timestamp_ms logical type to IDL doc --- doc/content/en/docs/++version++/IDL Language/_index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/content/en/docs/++version++/IDL Language/_index.md b/doc/content/en/docs/++version++/IDL Language/_index.md index 8fe3d0592ac..c238a80b716 100644 --- a/doc/content/en/docs/++version++/IDL Language/_index.md +++ b/doc/content/en/docs/++version++/IDL Language/_index.md @@ -174,6 +174,7 @@ Some of the logical types supported by Avro's JSON format are also supported by * _date_ (logical type [date]({{< relref "specification#date" >}})) * _time_ms_ (logical type [time-millis]({{< relref "specification#time-millisecond-precision" >}})) * _timestamp_ms_ (logical type [timestamp-millis]({{< relref "specification#timestamp-millisecond-precision" >}})) +* _local_timestamp_ms_ (logical type [local-timestamp-millis]({{< relref "specification#local_timestamp_ms" >}})) * _uuid_ (logical type [uuid]({{< relref "specification#uuid" >}})) For example: