|
def | gps_time_now () |
| Get the current time in GPS seconds. More...
|
|
def | utc_to_gps (utc_time) |
| Convert the given datetime.datetime into a GPS time. More...
|
|
def | gps_to_utc (gps) |
| Convert a GPS time into a datetime.datetime More...
|
|
def | utc_time_now () |
| Get the current date and time in UTC. More...
|
|
def | str_to_gps (time_string=None) |
| Converts a date/time string into a GPS time. More...
|
|
def | gps_to_str (gps, form=None) |
| Convert a LIGOTimeGPS time object into a string. More...
|
|
def | tconvert (arg=None, form=None) |
| Convert date/time strings to and from GPS times. More...
|
|