Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/tomcat
/ formatDate
Method
formatDate
java/org/apache/catalina/ssi/SSIFlastmod.java:71–74 ·
view source on GitHub ↗
(Date date, String configTimeFmt)
Source
from the content-addressed store, hash-verified
69
70
71
private
String formatDate(Date date, String configTimeFmt) {
72
Strftime strftime =
new
Strftime(configTimeFmt, Locale.US);
73
return
strftime.format(date);
74
}
75
}
Callers
1
process
Method · 0.95
Calls
1
format
Method · 0.95
Tested by
no test coverage detected