aboutsummaryrefslogtreecommitdiffstats
path: root/src/stream/datetime.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add stream::DateTime structHarald Eilertsen2024-01-131-0/+93
As the date and time returned in the json data from the zot stream api's neither contains any timezone information, nor follow the RFC3339 format expected by Chrono, we need to make our own date time type, and handle deserialization ourselves.