// Create a timezone selector
<g:timeZoneSelect name="myTimeZone" value="${tz}" />
timeZoneSelect
Purpose
Helper tag to create HTML select tags for selecting from a list of time zones
Examples
Description
Attributes
-
name
(required) - The name of the select -
value
(optional) - An instance ofjava.util.TimeZone
. Defaults to the time zone for the currentLocale
if not specified