> Maybe there should be an extra accessor ->link_name. (They're called > links in the TimeZone innards). Then when ->time_zone_short_name is > called and it has no value, it return ->link_name. Same for long_name.
I don't like that at all. You really should be creating new classes with your specified short names. Otherwise this might break somebody else's code that is relying on the default behavior. -J --
