Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/ccxt/ccxt
/ parseDate
Method
parseDate
java/lib/src/main/java/io/github/ccxt/Exchange.java:1185–1187 ·
view source on GitHub ↗
(Object datetime2)
Source
from the content-addressed store, hash-verified
1183
}
1184
1185
public
Object parseDate(Object datetime2) {
1186
return
Time.parseDate(datetime2);
1187
}
1188
// public Long nonce() {
1189
// return Time.nonce();
1190
// }
Callers
3
testParseDate
Function · 0.95
testParseDate
Function · 0.95
testDatetime
Method · 0.95
Calls
1
parseDate
Method · 0.95
Tested by
1
testDatetime
Method · 0.76