Material Angular 6 DatePicker is parsing my date 1 day before
问题 There's something really weird happening to the current version of the Material Angular DatePicker, after I updated it from A5 to A6 it started to parse my date 1 day before, the example is here: https://stackblitz.com/edit/angular6-datepicker-parsing-wrong-date I'm using the original documentation example with a slight change on the language to my own language, and applying a custom date value to the ngModel so it can parse. But you can check the code here: import {Component} from '@angular