Java 类org.joda.time.tz.FixedDateTimeZone 实例源码

项目:codeine    文件:CollectionTypeGetter.java   
public CollectionTypeGetter() {
    this(FixedDateTimeZone.getDefault());
}