Home | History | Annotate | Download | only in i18n

Lines Matching defs:UT

383         double UT = normalize(fTime/(double)HOUR_MS, 24.);
385 siderealTime = normalize(getSiderealOffset() + UT*1.002737909, 24.);
812 // // 5. Calculate GST at 0h UT of this date
845 // // 11. Convert GST to UT and then to local civil time
846 // double ut = gstToUt(rise ? gstr : gsts);
847 // //System.out.println((rise?"rise=":"set=") + ut + ", delta_t=" + delta_t);
848 // long midnight = DAY_MS * (time / DAY_MS); // Find UT midnight on this day
849 // return midnight + (long) (ut * 3600000);
866 // * Convert UT to GST on this date.
868 // * @param ut in hours
871 // double utToGst(double ut) {
872 // return normalize(getT0() + ut*1.002737909, 24);
877 // * Convert GST to UT on this date.
880 // * @return UT in hours
888 // // Common computation for UT <=> GST
890 // // Find JD for 0h UT
919 // double LST = 98.9818 + 0.985647352 * d + /*UT*15 + long*/
991 // // time (or 0h UT if you prefer to work in UT) as outlined above---name
1037 // // Find UT midnight on this day