bilby.gw.time.gps_time_to_utc

bilby.gw.time.gps_time_to_utc(gps_time)

Convert GPS time to UTC.

Parameters:
gps_timefloat

GPS time in seconds.

Returns:
datetime

UTC time.

bilby.gw.time.gps_time_to_utc(gps_time: float | int | numpy.number)