com.atlassian.jira.timezone
Interface TimeZoneManager


public interface TimeZoneManager

The TimeZoneManager can be used to retrieve the time zone of the logged in user.

Since:
v4.4

Method Summary
 TimeZone getLoggedInUserTimeZone()
          Return the time zone of the user who is currently logged in.
 

Method Detail

getLoggedInUserTimeZone

TimeZone getLoggedInUserTimeZone()
Return the time zone of the user who is currently logged in.

Returns:
the time zone.


Copyright © 2002-2011 Atlassian. All Rights Reserved.