Searched defs:timeZone (Results 1 - 3 of 3) sorted by relevance

/glassfish-3.1.2/web/web-glue/src/main/java/com/sun/enterprise/web/accesslog/
H A DAccessLogFormatter.java96 protected String timeZone = null; field in class:AccessLogFormatter
116 * Initialize the timeZone and currentDate.
120 timeZone = calculateTimeZoneOffset(tz.getRawOffset());
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/ssi/
H A DSSIMediator.java324 protected String formatDate(Date date, TimeZone timeZone) { argument
326 if (timeZone != null) {
331 strftime.setTimeZone(timeZone);
378 TimeZone timeZone = TimeZone.getTimeZone("GMT");
379 String retVal = formatDate(date, timeZone);
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/valves/
H A DAccessLogValve.java356 private String timeZone = null; field in class:AccessLogValve
671 result.append(timeZone); // Time Zone
977 temp.append(timeZone); // Timezone
1188 // Initialize the timeZone, Date formatters, and currentDate
1189 timeZone = calculateTimeZoneOffset(DEFAULT_TIME_ZONE.getRawOffset());

Completed in 23 milliseconds