docs(readme): reword note on date/time limitations

This commit is contained in:
D. Bohdan 2020-10-21 11:39:42 +00:00
parent 95c2142406
commit 1a208578b7
1 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,8 @@ or TOML. Binary fields are converted between CBOR, MessagePack, and YAML.
[Local Date-Time](https://toml.io/en/v1.0.0-rc.1#local-date-time) type can not
be converted to CBOR. The Local Date type can only be converted to JSON and
YAML. The Local Time type can not be converted to any other format. Offset
Date-Time can be converted between CBOR, MessagePack, TOML, and YAML.
Date-Time and its equivalents can be converted between CBOR, MessagePack, TOML,
and YAML.
* Date and time types are converted to JSON strings. They can't be safely
roundtripped through JSON.
* A YAML timestamp with only a date becomes a TOML Local Date-Time for the