Allow to parse recurring calendar events where the start date is before 1970

Some birthday calendar events have a start date before 1970.
This commit is contained in:
Thomas Bachmann 2018-10-03 22:05:51 +02:00
parent 39619d5277
commit 3f083862e7

View File

@ -12,6 +12,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Added
### Fixed
- Allow to parse recurring calendar events where the start date is before 1970
### Updated