(val)
| 25815 | } |
| 25816 | |
| 25817 | function parseObservedDateValue(val) { |
| 25818 | return isDefined(val) && !isDate(val) ? parseDateAndConvertTimeZoneToLocal(val) || undefined : val; |
| 25819 | } |
| 25820 | |
| 25821 | function parseDateAndConvertTimeZoneToLocal(value, previousDate) { |
| 25822 | var timezone = ctrl.$options.getOption('timezone'); |
no test coverage detected