summaryrefslogtreecommitdiffstats
path: root/src/utils/dateutil.rs
AgeCommit message (Expand)Author
2019-12-20Remove dead codeMatthias Beyer
2019-12-20Make function privateMatthias Beyer
2019-12-20Make function privateMatthias Beyer
2019-12-20Move code for testing to submoduleMatthias Beyer
2019-12-13Remove tests that depend on local time or dateMatthias Beyer
2019-10-08Run cargo fmtMatthias Beyer
2019-10-08Extract libical-sys wrapper libraryMatthias Beyer
2019-04-17use CamelCase for enum elementsNora
2019-02-05move to Rust Edition 2018Nora
2019-01-23use IcalTime instead of chrono times for most time operationsVincent Breitmoser
2019-01-21more work on icaltime and icaltimezoneVincent Breitmoser
2019-01-19dateutil: add datetime_from_strNora
2019-01-18dateutil: add testable now() functionNora
2019-01-12use Local for instance timestamps instead of UtcVincent Breitmoser
2019-01-12utils: move datetime_from_timestamp to dateutilsVincent Breitmoser
2019-01-11util/dateutil: add remaining testsNora
2019-01-09create module utilsNora