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

Method iso8601

java/lib/src/main/java/io/github/ccxt/base/Time.java:175–177  ·  view source on GitHub ↗
(Object ts)

Source from the content-addressed store, hash-verified

173 }
174
175 public static String iso8601(Object ts) {
176 return Iso8601(ts);
177 }
178
179 // -------- ymd/hms utilities --------
180

Callers 15

parseTickerMethod · 0.45
parseBalanceMethod · 0.45
fetchOHLCVMethod · 0.45
fetchFundingHistoryMethod · 0.45
parseIncomeMethod · 0.45
fetchTransfersMethod · 0.45
parseTransferMethod · 0.45
fetchOpenOrdersMethod · 0.45
fetchMyTradesMethod · 0.45
parseTickerMethod · 0.45
fetchTickerMethod · 0.45

Calls 1

Iso8601Method · 0.95

Tested by 3

testMarketMethod · 0.36
AssertTimestampMethod · 0.36