Searched refs:secsOfDay (Results 1 – 3 of 3) sorted by relevance
255 int secsOfDay = (int) Math.floorMod(localSecond, SECONDS_PER_DAY); in ofInstant() local256 LocalTime time = LocalTime.ofNanoOfDay(secsOfDay * NANOS_PER_SECOND + instant.getNano()); in ofInstant()
273 int secsOfDay = (int) Math.floorMod(localSecond, SECONDS_PER_DAY); in now() local274 return ofNanoOfDay(secsOfDay * NANOS_PER_SECOND + now.getNano()); in now()
415 int secsOfDay = (int)Math.floorMod(localSecond, SECONDS_PER_DAY); in ofEpochSecond() local417 LocalTime time = LocalTime.ofNanoOfDay(secsOfDay * NANOS_PER_SECOND + nanoOfSecond); in ofEpochSecond()