MCPcopy Index your code
hub / github.com/apache/tomcat / getTimeZone

Method getTimeZone

java/org/apache/catalina/util/Strftime.java:137–139  ·  view source on GitHub ↗

Get the timezone used for formatting conversions @return the timezone

()

Source from the content-addressed store, hash-verified

135 * @return the timezone
136 */
137 public TimeZone getTimeZone() {
138 return simpleDateFormat.getTimeZone();
139 }
140
141 /**
142 * Change the timezone used to format dates

Callers 12

toStringMethod · 0.80
validateMethod · 0.80
testCustomErrorPageMethod · 0.80
GeneratorMethod · 0.80
executeMethod · 0.80
FastHttpDateFormatClass · 0.80
CookieProcessorBaseClass · 0.80
formatDateMethod · 0.80
setDateVariablesMethod · 0.80
WebdavServletClass · 0.80

Calls

no outgoing calls

Tested by 2

validateMethod · 0.64
testCustomErrorPageMethod · 0.64