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

DateTime should allow other formats #103

Open
adz opened this issue Dec 2, 2019 · 0 comments
Open

DateTime should allow other formats #103

adz opened this issue Dec 2, 2019 · 0 comments

Comments

@adz
Copy link

adz commented Dec 2, 2019

The following occurs when de-serializing "\"2019-11-29T04:00:32.234224Z\""

System.Exception: datetime

The problem appears to be that exactly 7 digits below seconds is expected.

Is there a workaround for this?

I'm unsure how to override DateTime de-serialization, which appears to be here:
https://github.com/xyncro/chiron/blob/master/src/Chiron/Chiron.fs#L1598

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant