Modifier and Type | Method and Description |
---|---|
static TimeZone |
TimeZone.getDefault()
Deprecated.
since 5.7. Use
TimeZoneManager.getDefaultTimeZone() } instead. |
TimeZone |
ConfluenceActionSupport.getDefaultTimeZone() |
static TimeZone |
TimeZone.getInstance(String timeZoneID)
Returns the flyweight
TimeZone for the given ID, which is the same
instance used for this time zone throughout the system. |
static TimeZone |
TimeZone.getInstance(TimeZone timeZone) |
TimeZone |
DateFormatter.getTimeZone() |
TimeZone |
ConfluenceActionSupport.getTimeZone() |
Modifier and Type | Method and Description |
---|---|
static List<TimeZone> |
TimeZone.getSortedTimeZones() |
Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
String |
ConfluenceRpc.getFriendlyRelativeDate(Date now,
Date date,
TimeZone timeZone)
Deprecated.
Use the
FriendlyDateFormatter to format the date relative to the "now" time. |
Modifier and Type | Method and Description |
---|---|
void |
UserProfile.setTimeZone(TimeZone timeZone) |
Modifier and Type | Method and Description |
---|---|
TimeZone |
Settings.getTimeZone()
Deprecated.
since 5.7. Do not use this method, use
TimeZoneManager.getDefaultTimeZone() |
Modifier and Type | Method and Description |
---|---|
TimeZone |
ConfluenceUserPreferences.getTimeZone() |
Modifier and Type | Field and Description |
---|---|
protected TimeZone |
ViewMySettingsAction.userTimeZone |
Copyright © 2003–2015 Atlassian. All rights reserved.