(val)
| 25966 | } |
| 25967 | |
| 25968 | function parseObservedDateValue(val) { |
| 25969 | return isDefined(val) && !isDate(val) ? parseDateAndConvertTimeZoneToLocal(val) || undefined : val; |
| 25970 | } |
| 25971 | |
| 25972 | function parseDateAndConvertTimeZoneToLocal(value, previousDate) { |
| 25973 | var timezone = ctrl.$options.getOption('timezone'); |
no test coverage detected