Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing datetime replication #77

Merged
merged 1 commit into from
Aug 28, 2023
Merged

Fixing datetime replication #77

merged 1 commit into from
Aug 28, 2023

Conversation

maxpert
Copy link
Owner

@maxpert maxpert commented Aug 19, 2023

Turns out CBOR by default serializes date time into unix timestamp and drops the serialization information about it. This PR adds new struct and enforces tag to be serialized and deserialized along with the values.

This will fix issue #76

Turns out CBOR by default serializes date time into unix timestamp and
drops the serialization information about it. This PR adds new struct
and enforces tag to be serialized and deserialized along with the
values.
@maxpert maxpert added the bug Something isn't working label Aug 19, 2023
@maxpert maxpert merged commit be02273 into master Aug 28, 2023
20 checks passed
@maxpert maxpert deleted the fix-datetime branch August 28, 2023 16:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant