MCPcopy Index your code
hub / github.com/ccxt/ccxt / getFormattedDate

Method getFormattedDate

java/lib/src/main/java/io/github/ccxt/ws/WsClient.java:164–169  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

162
163
164 public static String getFormattedDate() {
165 DateTimeFormatter formatter =
166 DateTimeFormatter.ofPattern("yyyy-MM-dd'T'HH:mm:ss");
167
168 return "[" + LocalDateTime.now().format(formatter) + "] ";
169 }
170
171 // ─── Future management (matches C# Client.cs lines 77-130) ───
172

Callers 9

createConnectionMethod · 0.95
onOpenMethod · 0.95
onMessageMethod · 0.95
onPongMethod · 0.95
onCloseMethod · 0.95
onErrorMethod · 0.95
pingLoopMethod · 0.95
sendMethod · 0.95
channelRead0Method · 0.80

Calls 1

formatMethod · 0.45

Tested by

no test coverage detected