- Add lib directory to the load path when tzinfo is required. Makes it easier to use tzinfo gem when unpacked to vendor directory in rails.
- Updated to tzdata version 2006a (https://mm.icann.org/pipermail/tz/2006-January/013311.html).
build_tz_classes
rake task now handles running svn add and svn delete as new time zones and countries are added and old ones are removed.- Return a better error when attempting to use a
Timezone
instance that was constructed withTimezone.new(nil)
. This will occur when using Rails'composed_of
. When the timezone identifier in the database is null, attempting to use theTimezone
will now result in anUnknownTimezone
exception rather than aNameError
.