summaryrefslogtreecommitdiffstats
path: root/src/output/time.rs
AgeCommit message (Expand)Author
2023-02-24Fix borrowing code smellsVictor Song
2023-02-24Safely derive `Eq` whenever we derive `PartialEq`Victor Song
2021-04-09Fix month name not following locale when date is in current yearariasuni
2020-10-13Clippy pedantic lintsBenjamin Sago
2020-10-13New set of lints, and Rust 2018 idiomsBenjamin Sago
2020-10-12Replace Misfire with a testable OptionsResultBenjamin Sago
2020-10-10Batch source formattingBenjamin Sago
2020-10-10Better referencingBenjamin Sago
2020-10-10The SelfeningBenjamin Sago
2020-10-08Merge pull request #726 from 0x3333/masterBenjamin Sago
2020-10-08Merge pull request #654 from ariasuni/cleaningBenjamin Sago
2020-08-28Change August to Aug. Fix issue #719.Tercio Gaudencio Filho
2020-05-24Fix Clippy lintsariasuni
2020-05-19Improve handling of unavailable timestamps.Thomas Hurst
2020-05-18Make logic a little clearerThomas Hurst
2020-05-18Correct handling of pre-epoch timestampsThomas Hurst
2020-05-18Handle timestamps before UNIX_EPOCH (#658)Thomas Hurst
2020-01-19Merge branch 'fix-handling-maybe-unsupported-time-metadata' of https://github...Benjamin Sago
2020-01-19Merge pull request #509 from emgelb/masterBenjamin Sago
2019-12-20Fix handling of potentially unsupported time metadataariasuni
2019-06-10converted default formatting so single-digit hour times are 0-paddedE.M. Gelblicht
2019-03-23Use correct metadata for created timeariasuni
2018-10-13Replace Default impls that use state with fnsBenjamin Sago
2018-06-19fix most clippy warningsThibaut Brandscheid
2017-08-09Document and test time formatsBenjamin Sago
2017-08-06Merge pull request #250 from ogham/exa/issue-213Benjamin Sago
2017-08-06fix issue #213 iso date format inversionAlfred Sawaya
2017-08-06Fix month name widths once and for all #244Alfred Sawaya
2017-07-06Add iso time styleBenjamin Sago
2017-07-06Add full-iso time styleBenjamin Sago
2017-07-06Add long-iso style and --time-style optionBenjamin Sago
2017-07-05Expect different time formatsBenjamin Sago
2017-07-05Make nanoseconds available to timesBenjamin Sago
2017-07-03Extract time formatterBenjamin Sago