MCPcopy 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

testIso8601Function · 0.95
safeLedgerEntryMethod · 0.95
safeOrderMethod · 0.95
parseOrderBookMethod · 0.95
safeOrderMethod · 0.95
testDatetimeMethod · 0.95
safeLedgerEntryMethod · 0.45
parseOrderBookMethod · 0.45

Calls 1

Iso8601Method · 0.95

Tested by 1

testDatetimeMethod · 0.76