WilkinsonK / xapi-oxidized

XNAT web API client
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Implement `chrono::DateTime` with timezone for specific models #19

Open WilkinsonK opened 2 months ago

WilkinsonK commented 2 months ago

During development I noticed that the implementation of chrono::NaiveDateTime is not fully compatible with the entire XAPI. The solution is most likely to implement chrono::DateTime instead, however there may still be a better one.

WilkinsonK commented 2 months ago

Error also occurs when trying to deserialize into chrono::NaiveDate, returning an 'value out of bounds error'.