diff --git a/avro/README.md b/avro/README.md index 2f67615fc..efe00c135 100644 --- a/avro/README.md +++ b/avro/README.md @@ -121,7 +121,7 @@ AvroMapper mapper = AvroMapper.builder() ``` #### Note -Please note that time zone information is at serialization. Serialized values represent point in time, +Please note that time zone information is lost at serialization. Serialized values represent point in time, independent of a particular time zone or calendar. Upon reading a value back time instant is reconstructed but not the original time zone. #### Supported java.time types: