feat(timezone): Support ng-model-options timezone#172
feat(timezone): Support ng-model-options timezone#172alexanderchan merged 1 commit intoangular-ui:masterfrom
Conversation
Introduce support for ng-model-options timezone Resolves angular-ui#88, specifically angular-ui#88 (comment)
|
Thanks! |
|
Tried ng-model-options="{timezone: '+10:00'}" an Australia/Sydney timezone On initial load, the model is working correctly, e.g., April 22 2017 00:00 is April 21 2017 14:00. However, whenever a new date is selected, e.g., April 5 2017, the model become April 4 2017 12:00 instead of April 5 2017 14:00, then when selecting another date say April 25 2017, the model become April 25 2017 10:00 AM. The time part always decrement by two hours whenever a new date is selected. Other detail, I'm in Asia/Manila, which is +8:00 |
|
This feature does not work.
@mchapman could this be fixed? |
Introduce support for ng-model-options timezone
Resolves #88, specifically #88 (comment)