public interface TimeZoneManager
| Modifier and Type | Method and Description |
|---|---|
TimeZone |
getDefaultTimeZone()
Returns the default time zone for the application.
|
TimeZone |
getUserTimeZone()
Returns the time zone of the logged in user.
|
TimeZone |
getUserTimeZone(UserKey user)
Returns the time zone of the given user.
|
@Nonnull TimeZone getUserTimeZone()
@Nonnull TimeZone getUserTimeZone(@Nonnull UserKey user)
user - to return time zone forNullPointerException - if given user is null@Nonnull TimeZone getDefaultTimeZone()
Copyright © 2019 Atlassian. All rights reserved.