aboutsummaryrefslogtreecommitdiff
path: root/src/datetime.rs
AgeCommit message (Expand)AuthorLines
2017-06-01Store fractional seconds as a u32 instead of a f64Alan Du-24/+23
2017-06-01Truncate fractional seconds to picosecondsAlan Du-1/+4
2017-05-30Store fraction of seconds in times unconditionallyAlan Du-5/+5
2017-04-20Support serde 1.0.0Alex Crichton-13/+13
2017-04-12Simplify if-statementsDaniel Lockyer-4/+3
2017-02-08Rewrite crate with serde support from ground upAlex Crichton-0/+424