Searched refs:timezone_ (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/containers/
H A DTimerSchedule.java78 private String timezone_ = null; field in class:TimerSchedule
221 timezone_ = (sp[7].equals("null")? null : sp[7]);
305 timezone_ = (tz != null && tz.length() > 0)? tz.trim() : null;
310 return timezone_;
366 .append( timezone_).append(" # ")
388 timezone(timezone_).
633 if (timezone_ != null) {
634 tz_ = TimeZone.getTimeZone(timezone_);

Completed in 13 milliseconds