Closed rwader-swi closed 3 months ago
This PR has been closed because it has not had recent activity. Please reopen if this PR is still important to you and you want to continue with them.
:warning: Please install the to ensure uploads and comments are reliably processed by Codecov.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 90.42%. Comparing base (
a645ea9
) to head (0a8ea0b
). Report is 26 commits behind head on master.
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Closes #
Proposed Changes
Currently the
_convert_timestamp
util only supports higher precision to lower precision time conversion. Some of the usecases might need the opposite, and instead of writing on our own we wish to use this already present utility. In my usecase the data is in floating point as seconds which I might want to convert to nanoseconds or other precision. So did some small changes.Checklist
pytest tests
completes successfully