You should absolutely positively not look at the Calendar to see how things are supposed to be.
The Calendar module has recursive dependencies that needs to be untangled before it can load.
(Time needs Timezone to be loaded, and Timezone needs Time to be loaded to be able to calculate the timezones for the calendar time. This is untangled by making a special instance of Time that is without timezones, namely the Calendar.ISO_UTC instance. Or so.)