MCPcopy Create free account
hub / github.com/apache/tomcat / getFormat

Method getFormat

java/org/apache/juli/DateFormatCache.java:123–125  ·  view source on GitHub ↗

Get the formatted timestamp for the given time. @param time The time in milliseconds @return the formatted timestamp string

(long time)

Source from the content-addressed store, hash-verified

121 * @return the formatted timestamp string
122 */
123 public String getFormat(long time) {
124 return cache.getFormat(time);
125 }
126
127 /**
128 * Get the time format string used by this cache.

Callers 6

testBug54044Method · 0.95
testBug54044Method · 0.95
formatMethod · 0.45
getKeyManagersMethod · 0.45
addTimestampMethod · 0.45
getFormatMethod · 0.45

Calls

no outgoing calls

Tested by 3

testBug54044Method · 0.76
testBug54044Method · 0.76
formatMethod · 0.36