Interface TimezoneResolver
- All Known Subinterfaces:
 HttpRequestTimezoneResolver
- All Known Implementing Classes:
 HttpRequestTimezoneResolverImpl
public interface TimezoneResolver
A 
TimezoneResolver is responsible for detecting the current timezone.
 At any time the system can ask the resolver with getTimezone()
 what the current timezone is.
- 
Method Summary
 
- 
Method Details
- 
getTimezone
- Returns:
 - The time zone (olson tz), 
nullif unknown, not empty. 
 
 -