- Removed debug output accidentally included in the previous release.
- Fixed a bug in the generation of friendly zone identifiers (was inserting apostrophes into UTC, GMT, etc).
- Fixed
Country
<=>
operator (was comparing non-existent attribute) - Fixed
Timezone.period_for_local
error when period not found. - Added test cases for
Timezone
,TimezoneProxy
,TimezonePeriod
,Country
and some selected time zones.