aboutsummaryrefslogtreecommitdiff
path: root/src/date.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add support to BYDAY in MONTHLY frequencyRuben Pollan2021-09-291-0/+20
* Add some tests to dateRuben Pollan2020-05-191-0/+35
* Add support for ical's BYDAY recursion ruleRuben Pollan2020-05-191-2/+30
* 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