aboutsummaryrefslogtreecommitdiff
path: root/src/date.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Print times in the local timezoneRuben Pollan2018-12-101-2/+2
|
* Pretty print eventsRuben Pollan2018-12-101-0/+18
|
* Implement PartialOrd for dates and eventsRuben Pollan2018-12-101-1/+7
|
* Derive PartialOrd and PartialEq for datesRuben Pollan2018-11-271-14/+2
|
* Let's use Option the rustic wayRuben Pollan2018-08-281-5/+1
|
* Add support for month and year frequencyRuben Pollan2018-08-281-1/+29
|
* Add +, now and is_empty to DateRuben Pollan2018-08-281-1/+23
|
* Make dates more rustyRuben Pollan2018-08-281-10/+12
|
* Move date to its own moduleRuben Pollan2018-08-281-0/+112