timeZoneSelect
Purpose
Helper tag for creating HTML selects for selecting from a list of time zonesExamples
// Create a timezone selector
<g:timeZoneSelect name="myTimeZone" value="${tz}" />
Description
Attributesname
(required) - The name of the selectvalue
(optional) - An instance of java.util.TimeZone. Defaults to the time zone for the current Locale if not specified