fix: Using UTC for tracking scheduled events

This commit is contained in:
Chris Cameron
2020-03-10 13:39:38 -04:00
parent 91684f25f2
commit ed2cf84a7e
4 changed files with 18 additions and 17 deletions

View File

@@ -25,6 +25,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Fixed a bug where color formatted console output on Net Standard was not raising the OnConsolePrint event
- Simplifying ANSI color methods, better cross-platform color support
- Console uses unicode for table drawing on Net Standard
- Using UTC for tracking scheduled events, fixes issues with DST
## [10.3.0] - 2020-01-20
### Changed