Class NoDatabaseTimeZoneResolver

java.lang.Object
com.atlassian.jira.timezone.NoDatabaseTimeZoneResolver
All Implemented Interfaces:
TimeZoneResolver

public class NoDatabaseTimeZoneResolver extends Object implements TimeZoneResolver
Time zone resolver used during the bootstrap process. Because there is no database access at this point, this resolver is not able to look up the time zone that each user has configured. Therefore, it always returns the system time zone.
Since:
v5.0