Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/ccxt/ccxt
/ iso8601
Method
iso8601
java/lib/src/main/java/io/github/ccxt/Exchange.java:1145–1147 ·
view source on GitHub ↗
(Object timestamp)
Source
from the content-addressed store, hash-verified
1143
}
1144
1145
public
String iso8601(Object timestamp) {
1146
return
Time.Iso8601(timestamp);
1147
}
1148
1149
public
Long parse8601(Object isoString) {
1150
return
Time.parse8601(isoString);
Callers
8
testIso8601
Function · 0.95
safeLedgerEntry
Method · 0.95
safeOrder
Method · 0.95
parseOrderBook
Method · 0.95
safeOrder
Method · 0.95
testDatetime
Method · 0.95
safeLedgerEntry
Method · 0.45
parseOrderBook
Method · 0.45
Calls
1
Iso8601
Method · 0.95
Tested by
1
testDatetime
Method · 0.76