You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We agreed on the general architecture that the plugin defines the timestamps due to UTC vs TAI conflicts between the backend and the frontend. Otherwise can it happen that the plugin and the backend expect different behaviours if the current time and TSAT are close enough.
Expected behaviour:
Plugin keeps TSAT if current time < TSAT, otherwise reset TSAT, too
Plugin shows TSAT with a star, of TOBT is -1 and TSAT != -1.
Instead of hiding TSAT is it better to show it with a flag to have a visualization that shows the real internal data.
It still happens that if the TOBT is changed and still before the TSAT, the TSAT is delayed.
This should not happen, the TSAT should only be improved if possible in this case.
Example what had happened:
TOBT = 1240 | TSAT = 1255
New TOBT = 1250 | new TSAT = 1305
In this case the TSAT should stay at 1255, but might improve to 1250.
The text was updated successfully, but these errors were encountered: