fix: datetime decoding
Summary
- fix: datetime decoding
Tarantool encodes Datetime in either 8 or 16 byte format, earlier module deserialized only the 16 bytes version, this mr fixes the issue.
Ensure that
-
New code is covered by tests -
API is documented -
Changelog is up to date -
Version is bumped in the appropriateCargo.toml
files
Edited by Arseniy Volynets