Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add forward compatible start_time, end_time and elapsed_time propertys to result objects #4765

Closed
pekkaklarck opened this issue May 12, 2023 · 0 comments

Comments

@pekkaklarck
Copy link
Member

The plan is to enhance performance of getting and processing timestamps in RF 7.0 (#4258). Part of that is internally representing start and end times as datetime objects and elapsed time as a timedelta. The old starttime, endtime and elapsed time attributes will be preserved for backwards compatibility reasons, and new start_time, end_time and elapsed_time attributes added.

For forward compatibility reasons we should add start_time, end_time and elapsed_time already in RF 6.1. They can be propetys that get their values from the old attributes. In RF 7 we can then change them to be the "real" attributes and make the old ones propertys.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant