You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 19, 2020. It is now read-only.
The dates from Gerrit are actually stored as String, but parsing them to chrono::Datetime could be more useful for date manipulation. Currently we have to parse dates from responses manually:
let created = Utc.datetime_from_str(&item.created,"%Y-%m-%d %H:%M:%S.%f").unwrap();