MCPcopy Index your code
hub / github.com/XF-FS/APIKit / getCurrentDateTime

Method getCurrentDateTime

src/main/java/burp/utils/CommonUtils.java:124–128  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

122 }
123
124 public static String getCurrentDateTime() {
125 Date d = new Date();
126 SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
127 return sdf.format(d);
128 }
129
130 public static byte[] getHttpRequestBody(byte[] request) {
131 int bodyOffset = -1;

Callers 3

runMethod · 0.95
createApiDetailEntityMethod · 0.95
sendRequestMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected