You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 29, 2019. It is now read-only.
If either the model is null or it's set to null, the parser ignores the time which is causing issues after the summer time change (GMT+1 specially, setting the date to the previous day at 23:00)
Link to minimally-working plunker that reproduces the issue:
http://plnkr.co/edit/Mc2JbTXm4GYNA5wX8pC7?p=preview
As is shown at the beginning, the date is parsed to UTC with time (as spected), but if you click on clear button and then select another date, the time is ignored.