Class TimeZoneEditor

java.lang.Object
java.beans.PropertyEditorSupport
org.springframework.beans.propertyeditors.TimeZoneEditor
All Implemented Interfaces:
PropertyEditor

public class TimeZoneEditor extends PropertyEditorSupport
Editor for java.util.TimeZone, translating timezone IDs into TimeZone objects. Exposes the TimeZone ID as a text representation.
Since:
3.0
Author:
Juergen Hoeller, Nicholas Williams, Sam Brannen
See Also: