<f:convertDateTime type="time" timeZone="#{phrQueryManager.timeZone}"/>
Is this type of TimeZone ?
*snip*
if (UIComponentTag.isValueReference(value))
{
ValueBinding vb =
facesContext.getApplication().createValueBinding(value);
converter.setTimeZone((TimeZone)vb.getValue(facesContext));
}
*snip*
Regards,
Matthias
