Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/ccxt/ccxt
/ parse8601
Method
parse8601
java/lib/src/main/java/io/github/ccxt/Exchange.java:1149–1151 ·
view source on GitHub ↗
(Object isoString)
Source
from the content-addressed store, hash-verified
1147
}
1148
1149
public
Long parse8601(Object isoString) {
1150
return
Time.parse8601(isoString);
1151
}
1152
1153
public
String yymmdd(Object timestamp) {
1154
return
Time.yymmdd(timestamp);
Callers
3
testParse8601
Function · 0.95
testRoundTimeframe
Function · 0.95
testDatetime
Method · 0.95
Calls
1
parse8601
Method · 0.95
Tested by
1
testDatetime
Method · 0.76