PyTmYDSplusS¶
- HSTB.kluster.utc_helpers.PyTmYDSplusS(y, d, s, add_sec)¶
Take year-day-seconds entry and add add_sec to it, returning timestamp since Caris 1980 epoch
- NOTE: the original Caris function doesn’t seem to work as expected
- _PyPeekXTF70.PyTmYDSplusS(1997,2,200,1)
[1997, 2, -86199.0]
- PyTmYDSplusS(1997,2,200,1)
[1997, 2, 201.0]
- Parameters
y (int, year) –
d (int, day) –
s (float, seconds) –
add_sec (float, seconds to add) –
- Return type
list, [year as int, day as int, seconds as int]