Comment Re:Drupal rocks (Score 1) 192
The core Date module doesn't have dependencies, you don't have to enable the integration modules.
http://drupalcode.org/project/date.git/blob/refs/heads/7.x-2.x:/date_api/date_api.info
The Date module could be split into a several different projects by just copying folders into a different Git repos. Would it make any real difference, no.
PS Another reason the Date module is large is it's history back to PHP 4, which it maintained compatibility with for a long time. As PHPs included DateTime classes improve (and fix long standing bugs) it can get smaller.