Surreal-Net / Surreal.Net

Database driver for SurrealDB available for REST and RPC sessions.
Apache License 2.0
57 stars 7 forks source link

Added tests and fixes for times with fractions with more than 7 digits #98

Closed Du-z closed 2 years ago

Du-z commented 2 years ago

The following DateTime was failing to parse

2022-10-16T05:57:32.329470400Z

Added fix and tests

Du-z commented 2 years ago

@ProphetLamb Is it possible to change the default branch to be develop? it would be easy to accidentally make PR going into master.