from datetime import datetime def next_run_preview(cron: str) -> str: return f"Scheduled with cron '{cron}' as of {datetime.utcnow().isoformat()}Z"