(val)
| 26820 | } |
| 26821 | |
| 26822 | function parseObservedDateValue(val) { |
| 26823 | return isDefined(val) && !isDate(val) ? parseDateAndConvertTimeZoneToLocal(val) || undefined : val; |
| 26824 | } |
| 26825 | |
| 26826 | function parseDateAndConvertTimeZoneToLocal(value, previousDate) { |
| 26827 | var timezone = ctrl.$options.getOption('timezone'); |
no test coverage detected