Issue: Date is always displayed in local time Expected: `ng-model` should respect the `ng-model-options` Code: `<input mdc-datetime-picker date="true" time="false" type="text" format="MM/DD/YYYY Z" show-todays-date ng-model="date" ng-model-options="{ timezone: 'utc' }" />`