예제 #1
0
 @Override
 public boolean isInThePast(TimeZone timeZone) {
   return GregorianDateTime.nowTimeOnly(timeZone).compareTo(this) > 0;
 }