Skip to content

Commit

Permalink
Add local_timestamp_ms logical type to IDL doc
Browse files Browse the repository at this point in the history
  • Loading branch information
opwvhk authored and mitasov-ra committed Apr 4, 2024
1 parent 7ea8662 commit 7312d2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/content/en/docs/++version++/IDL Language/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7312d2b

Please sign in to comment.