|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of TimeZone in com.atlassian.confluence |
---|
Methods in com.atlassian.confluence with parameters of type TimeZone | |
---|---|
java.lang.String |
AbstractConfluenceAcceptanceTest.getFriendlyRelativeDate(java.util.Date now,
java.util.Date date,
TimeZone timeZone)
Use the FriendlyDateFormatter to format the date relative to the "now" time. |
Uses of TimeZone in com.atlassian.confluence.core |
---|
Methods in com.atlassian.confluence.core that return TimeZone | |
---|---|
static TimeZone |
TimeZone.getDefault()
|
static TimeZone |
TimeZone.getInstance(java.lang.String timeZoneID)
Returns the flyweight TimeZone for the given ID, which is the same
instance used for this time zone throughout the system. |
TimeZone |
DateFormatter.getTimeZone()
|
TimeZone |
ConfluenceActionSupport.getTimeZone()
|
Methods in com.atlassian.confluence.core that return types with arguments of type TimeZone | |
---|---|
static java.util.List<TimeZone> |
TimeZone.getSortedTimeZones()
|
Constructors in com.atlassian.confluence.core with parameters of type TimeZone | |
---|---|
DateFormatter(TimeZone timeZone,
FormatSettingsManager formatSettingsManager)
Deprecated. Since 3.2 use com.atlassian.confluence.core.DateFormatter#DateFormatter(com.atlassian.confluence.core.TimeZone, com.atlassian.confluence.core.FormatSettingsManager, com.atlassian.confluence.languages.LocaleManager) Create a date formatter for the specified timezone. |
|
DateFormatter(TimeZone timeZone,
FormatSettingsManager formatSettingsManager,
LocaleManager localeManager)
|
Uses of TimeZone in com.atlassian.confluence.it.user |
---|
Methods in com.atlassian.confluence.it.user with parameters of type TimeZone | |
---|---|
void |
UserProfile.setTimeZone(TimeZone timeZone)
|
Uses of TimeZone in com.atlassian.confluence.setup.settings |
---|
Methods in com.atlassian.confluence.setup.settings that return TimeZone | |
---|---|
TimeZone |
Settings.getTimeZone()
|
Uses of TimeZone in com.atlassian.confluence.user |
---|
Methods in com.atlassian.confluence.user that return TimeZone | |
---|---|
TimeZone |
ConfluenceUserPreferences.getTimeZone()
|
Uses of TimeZone in com.atlassian.confluence.user.actions |
---|
Fields in com.atlassian.confluence.user.actions declared as TimeZone | |
---|---|
protected TimeZone |
ViewMySettingsAction.userTimeZone
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |