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 May 29, 2019. It is now read-only.
Set timezone option of uib-datepicker-popup to be '-4:00'
Set this date to ng-model option of datepicker-popup 'Sun Aug 07 2016 18:00:00 GMT-1000 (Hawaiian Standard Time)'
I expect that datepicker will show Sun Aug 08 because it must add 6 hours to provided date, but I can see this http://prntscr.com/c31oav , when I open popup, I see the 8 selected though.
When I try to select any date within popup, it acts similar : the date within popup is more than date within input box.
The text was updated successfully, but these errors were encountered:
Note that the popup and datepicker itself both have configurable ng-model-options. See documentation for both. I suspect this is the issue both for this and #6147.
please set your local machine time to Mon Aug 08, 05:00 AM , with timezone GMT-1000
I expect that todays date of datepciker should be Mon Aug 08 in -04:00 timezone because
Sun Aug 07 2016 18:00:00 GMT-1000 plus 6 hours must be Sun Aug 08 00:00, but input shows Aug 07 instead. When you open popup, it shows Aug 08 selected though.
To reproduce :
The text was updated successfully, but these errors were encountered: