LatLngAlt toGeodeticByDateTime(Planet planet, DateTime utc) { final gmst = Julian.fromDateTime(utc).gmst; return toGeodetic(planet, gmst); }