What exactly is involved with scheduling a task with wp-cron? The Codex is surprisingly sparse about the whole thing, and I'm looking to add this functionality to my plugin.
Is the time function related to GMT or anything? It doesn't seem to be as simple as adding the schedule_once function and connecting it to the proper custom function.
Where can I view current cron tasks?