Home | History | Annotate | Download | only in i18n

Lines Matching full:midnight

185  * julian days start at <em>noon</em>, not midnight.
315 * the corresponding midnight, subtract 0.5.
413 * @param lst The Local Sidereal Time, in hours since sidereal midnight
423 // Then find local midnight on this day
777 // // 1. Calculate coordinates of the sun's center for midnight
843 // long midnight = DAY_MS * (time / DAY_MS); // Find UT midnight on this day
844 // return midnight + (long) (ut * 3600000);
1032 // // Find UT midnight on this day
1033 // long midnight = DAY_MS * (time / DAY_MS);
1035 // return midnight + (long) (result * 3600000 / 15);