MCPcopy Create free account
hub / github.com/MenoData/Time4J / getDateUTC

Method getDateUTC

base/src/main/java/net/time4j/Moment.java:1960–1966  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1958
1959 // Datum in der UTC-Zeitzone
1960 private PlainDate getDateUTC() {
1961
1962 return PlainDate.of(
1963 Math.floorDiv(this.posixTime, 86400),
1964 EpochDays.UNIX);
1965
1966 }
1967
1968 // Uhrzeit in der UTC-Zeitzone (ohne Schaltsekunde)
1969 private PlainTime getTimeUTC() {

Callers 7

getElapsedTimeMethod · 0.95
getNanosecondMethod · 0.95
toStringUTCMethod · 0.95
getModernUTMethod · 0.95
createFromMethod · 0.95
moveEventuallyToLSMethod · 0.80
getMaxSecondOfMinuteMethod · 0.80

Calls 2

ofMethod · 0.95
floorDivMethod · 0.80

Tested by

no test coverage detected