package javax.baja.platform.time; public interface TimeManager { String getLocale(); boolean isTimeZoneSupported(String str); void saveProperties(); boolean setLocale(String str); boolean setTimeZone(String str); boolean setTimeZone(String str, boolean z); }