package

com.atlassian.jira.timezone

Interfaces

RegionInfo TimeZones are grouped by region. 
TimeZoneInfo The TimeZoneInfo holds information about a timezone. 
TimeZoneManager The TimeZoneManager can be used to retrieve the time zone of a user or the logged in user. 
TimeZoneResolver Internal interface used for resolving the TimeZoneInfo to use. 
TimeZoneService The TimeZoneService manages the JIRA wide default timezone. 

Classes

NoDatabaseTimeZoneResolver Time zone resolver used during the bootstrap process. 
RegionInfoImpl  
TimeZoneInfoImpl  
TimeZoneManagerImpl  
TimeZoneServiceCachingDecorator Caches user time zones on a per-request basis. 
TimeZoneServiceImpl