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 has been archived by the owner on Dec 8, 2022. It is now read-only.
I should be able to assign an ISO 8601 string with a timezone offset to the bb-datepicker model and have it respect the given timezone offset.
Actual behavior
Assigning an ISO 8601 string with a timezone offset to the bb-datepicker model results in a date field with the previous date, instead of the intended assigned date.
Expected behavior
I should be able to assign an ISO 8601 string with a timezone offset to the bb-datepicker model and have it respect the given timezone offset.
Actual behavior
Assigning an ISO 8601 string with a timezone offset to the bb-datepicker model results in a date field with the previous date, instead of the intended assigned date.
Steps to reproduce
Navigate to the plunker from the datepicker component page: http://skyux.developer.blackbaud.com/components/datepicker/
Set
self.date2 = '2017-07-31T00:00:00+00:00';
Notice that the Date field has the date listed as 7/30/2017 instead of 7/31/2017.
Plunker
http://plnkr.co/edit/wvjwsPDPsN60DeNfxgEA?p=preview
The text was updated successfully, but these errors were encountered: