Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/6tail/lunar-java
/ testJD2Solar
Method
testJD2Solar
src/test/java/test/JulianDayTest.java:20–24 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
18
}
19
20
@Test
21
public
void
testJD2Solar() {
22
Solar solar = Solar.fromJulianDay(2459045.5);
23
Assert.assertEquals(
"2020-07-15 00:00:00"
, solar.toYmdHms());
24
}
25
}
Callers
nothing calls this directly
Calls
2
fromJulianDay
Method · 0.95
toYmdHms
Method · 0.95
Tested by
no test coverage detected