Home | History | Annotate | Download | only in i18n

Lines Matching full:gst

812 //        // 5. Calculate GST at 0h UT of this date
815 // // 6. Calculate GST at 0h on the observer's longitude
845 // // 11. Convert GST to UT and then to local civil time
857 // * @return GST in hours (0..24)
866 // * Convert UT to GST on this date.
869 // * @return GST in hours
877 // * Convert GST to UT on this date.
879 // * @param gst in hours
882 // double gstToUt(double gst) {
883 // return normalize(gst - getT0(), 24) * 0.9972695663;
888 // // Common computation for UT <=> GST