aboutsummaryrefslogtreecommitdiff
path: root/src/datetime.rs
AgeCommit message (Expand)AuthorLines
2021-03-21hilarious and original jokeHEADmainMelody Horn-8/+8
2021-02-06Fix comment typoTerence Lee-1/+1
2019-12-22remove deprecated Error::descriptionAndrii Radyk-5/+1
2019-08-14Removed all warnings besides twoNick Hackman-11/+11
2019-05-082018 edition idioms.Eric Huss-11/+11
2019-04-02Fix warnings for deprecated usages of trim_{left,right}_matches.Erich Gubler-1/+1
2019-02-19Fix case sensitivity with T, Z, and E.Eric Huss-2/+3
2018-12-17Run `cargo fmt`Alex Crichton-26/+30
2018-07-100.5: Support space separate in datetime.Eric Huss-1/+2
2018-05-07Use custom struct/field naming to deserialize spansJohn-John Tedro-9/+7
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