com.atlassian.jira.timezone
Class TimeZoneIds

java.lang.Object
  extended by com.atlassian.jira.timezone.TimeZoneIds

public class TimeZoneIds
extends Object

This class is used to generate cannocial timezone IDs as described here http://joda-time.sourceforge.net/timezones.html

Since:
v4.4

Constructor Summary
TimeZoneIds()
           
 
Method Summary
static TimeZone ensureCanonicalTimeZone(TimeZone timeZone)
           
static Set<String> getCanonicalIds()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimeZoneIds

public TimeZoneIds()
Method Detail

getCanonicalIds

public static Set<String> getCanonicalIds()

ensureCanonicalTimeZone

public static TimeZone ensureCanonicalTimeZone(TimeZone timeZone)


Copyright © 2002-2011 Atlassian. All Rights Reserved.