Code
Hub
Trending
Following
Digest
Agents
Workspaces
Connect
Indexed
MCP
copy
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
parseTicker
Method · 0.45
parseBalance
Method · 0.45
fetchOHLCV
Method · 0.45
fetchFundingHistory
Method · 0.45
parseIncome
Method · 0.45
fetchTransfers
Method · 0.45
parseTransfer
Method · 0.45
fetchDepositsWithdrawals
Method · 0.45
fetchOpenOrders
Method · 0.45
fetchMyTrades
Method · 0.45
parseTicker
Method · 0.45
fetchTicker
Method · 0.45
Calls
1
Iso8601
Method · 0.95
Tested by
3
testMarket
Method · 0.36
AssertTimestamp
Method · 0.36
AssertTimestampAndDatetime
Method · 0.36