Home | History | Annotate | Download | only in i18n

Lines Matching defs:UT

384         double UT = normalize(fTime/(double)HOUR_MS, 24.);
386 siderealTime = normalize(getSiderealOffset() + UT*1.002737909, 24.);
807 // // 5. Calculate GST at 0h UT of this date
840 // // 11. Convert GST to UT and then to local civil time
841 // double ut = gstToUt(rise ? gstr : gsts);
842 // //System.out.println((rise?"rise=":"set=") + ut + ", delta_t=" + delta_t);
843 // long midnight = DAY_MS * (time / DAY_MS); // Find UT midnight on this day
844 // return midnight + (long) (ut * 3600000);
861 // * Convert UT to GST on this date.
863 // * @param ut in hours
866 // double utToGst(double ut) {
867 // return normalize(getT0() + ut*1.002737909, 24);
872 // * Convert GST to UT on this date.
875 // * @return UT in hours
883 // // Common computation for UT <=> GST
885 // // Find JD for 0h UT
914 // double LST = 98.9818 + 0.985647352 * d + /*UT*15 + long*/
986 // // time (or 0h UT if you prefer to work in UT) as outlined above---name
1032 // // Find UT midnight on this day