Uses of Class
com.atlassian.confluence.core.TimeZone
-
-
Uses of TimeZone in com.atlassian.confluence.core
Methods in com.atlassian.confluence.core that return TimeZone Modifier and Type Method Description static TimeZoneTimeZone. getDefault()Deprecated.since 5.7.TimeZoneConfluenceActionSupport. getDefaultTimeZone()static TimeZoneTimeZone. getInstance(String timeZoneID)Returns the flyweightTimeZonefor the given ID, which is the same instance used for this time zone throughout the system.static TimeZoneTimeZone. getInstance(TimeZone timeZone)TimeZoneConfluenceActionSupport. getTimeZone()TimeZoneDateFormatter. getTimeZone()Methods in com.atlassian.confluence.core that return types with arguments of type TimeZone Modifier and Type Method Description static List<TimeZone>TimeZone. getSortedTimeZones()Constructors in com.atlassian.confluence.core with parameters of type TimeZone Constructor Description DateFormatter(TimeZone timeZone, FormatSettingsManager formatSettingsManager, LocaleManager localeManager) -
Uses of TimeZone in com.atlassian.confluence.it.rpc
Methods in com.atlassian.confluence.it.rpc with parameters of type TimeZone Modifier and Type Method Description StringConfluenceRpc. getFriendlyRelativeDate(Date now, Date date, TimeZone timeZone)Deprecated.Use theFriendlyDateFormatterto format the date relative to the "now" time. -
Uses of TimeZone in com.atlassian.confluence.it.user
Methods in com.atlassian.confluence.it.user with parameters of type TimeZone Modifier and Type Method Description voidUserProfile. setTimeZone(TimeZone timeZone) -
Uses of TimeZone in com.atlassian.confluence.setup.settings
Methods in com.atlassian.confluence.setup.settings that return TimeZone Modifier and Type Method Description TimeZoneSettings. getTimeZone()Deprecated.since 5.7. -
Uses of TimeZone in com.atlassian.confluence.user
Methods in com.atlassian.confluence.user that return TimeZone Modifier and Type Method Description TimeZoneConfluenceUserPreferences. getTimeZone() -
Uses of TimeZone in com.atlassian.confluence.user.actions
Fields in com.atlassian.confluence.user.actions declared as TimeZone Modifier and Type Field Description protected TimeZoneViewMySettingsAction. userTimeZone
-