aboutsummaryrefslogtreecommitdiffstats
path: root/src/date.rs
AgeCommit message (Expand)Author
2018-04-30Remove dev dependency on chrono.Edward Barnard
2018-03-24Replace chrono with humantime.Edward Barnard
2018-03-16Provide an improved debug implementation for Date.Edward Barnard
2018-03-16Run rustfmt.Edward Barnard
2018-02-27Stop exposing internal functions and chrono types in Date.Edward Barnard
2017-08-21Upgrade chrono from 0.3 to 0.4 (#23)Robin Stocker
2017-06-07Address some clippy warnings.Edward Barnard
2017-05-05Check for NaN binary date values.Edward Barnard
2017-05-04Add brief overview of the new Date type.Edward Barnard
2017-05-04Improve robustness of date and struct serialisation.Edward Barnard
2017-05-04Unsure whether this method should be public.Edward Barnard
2017-05-03RustfmtEdward Barnard
2017-05-03Implement serialisation and deserialisation for the plist Date type.v0.2.0Edward Barnard
2017-05-03Replace try! with question operator.Edward Barnard
2017-04-20Update dependencies.Edward Barnard
2017-04-20Use a custom date type.Edward Barnard