Merge pull request #1884 from kblankenship1989/fix-timeshift-calendar

fix: Issue #1798 - fixing recurrent calendar events crosstime DST
This commit is contained in:
Michael Teeuw
2020-01-18 19:59:24 +01:00
committed by GitHub
11 changed files with 236 additions and 228 deletions

View File

@@ -19,6 +19,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Fixed
- Force declaration of public ip adress in config file (ISSUE #1852)
- Fixes `run-start.sh`: If running in docker-container, don't check the environment, just start electron (ISSUE #1859)
- Fix calendar time offset for recurring events crossing Daylight Savings Time (ISSUE #1798)
### Updated
- Remove documentation from core repository and link to new dedicated docs site: [docs.magicmirror.builders](https://docs.magicmirror.builders).