It’s stored in the database inside wp_options under the option_name cron.
You can get the array with: _get_cron_array() or get_option('cron').
See: http://core.trac.wordpress.org/browser/trunk/wp-includes/cron.php
It’s stored in the database inside wp_options under the option_name cron.
You can get the array with: _get_cron_array() or get_option('cron').
See: http://core.trac.wordpress.org/browser/trunk/wp-includes/cron.php