(state = {})
| 3836 | } |
| 3837 | |
| 3838 | function getPendingAutoRunTimerPlan(state = {}) { |
| 3839 | return normalizeAutoRunTimerPlanFromState(state); |
| 3840 | } |
| 3841 | |
| 3842 | function formatAutoRunScheduleTime(timestamp) { |
| 3843 | return new Date(timestamp).toLocaleString('zh-CN', { |
no test coverage detected