When Symfony2 renders a form input of type "timezone", it uses the names from the time zone database (e.g. "America/Los Angeles") for both the option values and the display.
Is there a way to display a more user-friendly name for each zone (for users who don't know which Olson/IANA time zone they're in), e.g. the UTC offset and a list of major cities in that time zone?