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

Method setTimeZone

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

Change the timezone used to format dates @param timeZone The new time zone @see SimpleDateFormat#setTimeZone

(TimeZone timeZone)

Source from the content-addressed store, hash-verified

146 * @see SimpleDateFormat#setTimeZone
147 */
148 public void setTimeZone(TimeZone timeZone) {
149 simpleDateFormat.setTimeZone(timeZone);
150 }
151
152 /**
153 * Search the provided pattern and get the C standard Date/Time formatting rules and convert them to the Java

Callers 14

toStringMethod · 0.80
testBug54044Method · 0.80
testCustomErrorPageMethod · 0.80
testBug54044Method · 0.80
GeneratorMethod · 0.80
parseMethod · 0.80
createInstanceMethod · 0.80
CookieProcessorBaseClass · 0.80
setFileDateFormatMethod · 0.80
startInternalMethod · 0.80
CacheMethod · 0.80

Calls

no outgoing calls

Tested by 3

testBug54044Method · 0.64
testCustomErrorPageMethod · 0.64
testBug54044Method · 0.64