|
| def | doe_year (year) |
| |
| def | cd_to_dn (date_string) |
| |
| def | gd_to_jd (greenwich_date) |
| |
| def | jd_to_gd (julian_date) |
| |
| def | ct_to_dh (civil_time) |
| |
| def | dh_to_ct (decimal_hours) |
| |
| def | lct_to_ut (civil_date, civil_time, is_dst, zone_correction) |
| |
| def | ut_to_lct (civil_date, universal_time, is_dst, zone_correction) |
| |
| def | ut_to_gst (universal_time, greenwich_date) |
| |
| def | gst_to_ut (greenwich_sidereal_time, greenwich_date) |
| |
| def | gst_to_lst (greenwich_sidereal_time, geographical_longitude) |
| |
| def | lst_to_gst (local_sidereal_time, geographical_longitude) |
| |