8000 Fix DateTime resolution issues, minor warning fixups. by glennawatson · Pull Request #448 · reactiveui/Akavache · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Fix DateTime resolution issues, minor warning fixups. #448

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

Merged
merged 4 commits into from
Dec 27, 2018

Conversation

glennawatson
Copy link
Contributor

Fixes #269 and fixes #396 resolution issues.
Also fixed some warning issues with the project.

What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)

bug fix

What is the current behavior? (You can also link to an open issue here)

If the provider uses BSON it will use JSON Ticks. This does not have the resolution needed.

What is the new behavior (if this is a feature change)?
Use the tick property. Thanks to @softlion for the inspiration for the fix.

Does this PR introduce a breaking change?
Shouldn't.

Fixes #269 and fixes #396 resolution issues.
Also fixed some warning issues with the project.
@glennawatson
Copy link
Contributor 8000 Author

This also uses the new recommended package for Newtonsoft for handling BSON serialisation.

@glennawatson glennawatson merged commit 17bbfd4 into master Dec 27, 2018
@delete-merged-branch delete-merged-branch bot deleted the glennawatson-improve-date branch December 27, 2018 01:07
@lock lock bot locked and limited conversation to collaborators Jun 25, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Reviewers

@elipriaulx elipriaulx elipriaulx approved these changes

Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DateTime and DateTimeOffset not saving microseconds and lower. DateTime is not stored with 64bit precision
2 participants
0