List of usage examples for org.joda.time DateTimeZone getID
@ToString public final String getID()
Source Link
From source file:TVShowTimelineMaker.util.JodaTimeUtil.java
public String getStringForDateTimeZone(DateTimeZone inType) { return inType.getID(); }