utc_from_tai_unix¶
- lsst.ts.salobj.utc_from_tai_unix(tai_unix: float) float ¶
Return UTC in unix seconds, given TAI in unix seconds.
The difference is always an integer. Thus this is not the inverse of
tai_from_utc_unix
, because that function smears UTC time on the day before a leap second.