(val)
| 26755 | } |
| 26756 | |
| 26757 | function parseObservedDateValue(val) { |
| 26758 | return isDefined(val) && !isDate(val) ? parseDateAndConvertTimeZoneToLocal(val) || undefined : val; |
| 26759 | } |
| 26760 | |
| 26761 | function parseDateAndConvertTimeZoneToLocal(value, previousDate) { |
| 26762 | var timezone = ctrl.$options.getOption('timezone'); |
no test coverage detected