swat.cas.utils.datetime.sas2python_time — SWAT 1.17.1 documentation
- swat.cas.utils.datetime.sas2python_time(sts)
Convert a SAS time to a Python time
- Parameters:
- stsfloat
SAS time.
- Returns:
Examples
>>> sas2python_time(43200.0) datetime.time(12, 0)
swat.cas.utils.datetime.sas2python_time — SWAT 1.17.1 documentation
Convert a SAS time to a Python time
SAS time.
Examples
>>> sas2python_time(43200.0) datetime.time(12, 0)