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
There is a way to get these from data{} but unformatted, as-is in leases file.
start and end get formatted with parse_time so these four should be also. Otherwise we'd need to duplicate the parse_time in our script.
The text was updated successfully, but these errors were encountered:
Also worth documenting that the times are in UTC regardless of the system timezone and the datatime objects are naive (have no timezone data). It would maybe be useful to make these aware.
It wouldn't simplify things much as to conversion to local time but might be more correct.
There is a way to get these from data{} but unformatted, as-is in leases file.
start and end get formatted with parse_time so these four should be also. Otherwise we'd need to duplicate the parse_time in our script.
The text was updated successfully, but these errors were encountered: