Fokko commented on code in PR #2554: URL: https://github.com/apache/avro/pull/2554#discussion_r1361634310
########## doc/content/en/docs/++version++/Specification/_index.md: ########## @@ -872,6 +877,11 @@ The `local-timestamp-micros` logical type represents a timestamp in a local time A `local-timestamp-micros` logical type annotates an Avro `long`, where the long stores the number of microseconds, from 1 January 1970 00:00:00.000000. +### Local timestamp (nanosecond precision) +The `local-timestamp-nanos` logical type represents a timestamp in a local timezone, regardless of what specific time zone is considered local, with a precision of one nanosecond. + +A `local-timestamp-nanos` logical type annotates an Avro `long`, where the long stores the number of nanoseconds, from 1 January 1970 00:00:00.000000. Review Comment: That's a good one, thanks for pointing out 👍 ########## doc/content/en/docs/++version++/Specification/_index.md: ########## @@ -872,6 +877,11 @@ The `local-timestamp-micros` logical type represents a timestamp in a local time A `local-timestamp-micros` logical type annotates an Avro `long`, where the long stores the number of microseconds, from 1 January 1970 00:00:00.000000. +### Local timestamp (nanosecond precision) +The `local-timestamp-nanos` logical type represents a timestamp in a local timezone, regardless of what specific time zone is considered local, with a precision of one nanosecond. + +A `local-timestamp-nanos` logical type annotates an Avro `long`, where the long stores the number of nanoseconds, from 1 January 1970 00:00:00.000000. Review Comment: That's a good one, thanks for pointing out 👍 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
