MCPcopy Index your code
hub / github.com/QLHazyCoder/FlowPilot / formatAutoRunScheduleTime

Function formatAutoRunScheduleTime

background.js:3842–3852  ·  view source on GitHub ↗
(timestamp)

Source from the content-addressed store, hash-verified

3840}
3841
3842function formatAutoRunScheduleTime(timestamp) {
3843 return new Date(timestamp).toLocaleString('zh-CN', {
3844 hour12: false,
3845 timeZone: DISPLAY_TIMEZONE,
3846 month: '2-digit',
3847 day: '2-digit',
3848 hour: '2-digit',
3849 minute: '2-digit',
3850 second: '2-digit',
3851 });
3852}
3853
3854async function setAutoRunDelayEnabledState(enabled) {
3855 const normalized = Boolean(enabled);

Callers 2

scheduleAutoRunFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected