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

Duration to string #59

Merged
merged 5 commits into from
Dec 22, 2021
Merged

Duration to string #59

merged 5 commits into from
Dec 22, 2021

Conversation

Lalit3716
Copy link
Contributor

Description

Implemented durationToString method.

Fixes #55

Dependencies

No Dependencies

Future Improvements

Right Now durationToString Method only accept milliseconds but we could take seconds or minutes as well very easily.

Mentions

@KShivendu @supercoww

Developer's checklist

  • My PR follows the style guidelines of this project
  • I have performed a self-check on my work

If changes are made in the code:

  • I have followed the coding guidelines
  • My changes in code generate no new warnings
  • I have added test cases to show that my feature works
  • There are no UI/UX issues

Lalit3716 and others added 5 commits December 10, 2021 12:40
Now DurationToString Method works as intended but now this method takes duration only in milliseconds.
Added test cases for durationToString Method
@ambarvm ambarvm merged commit ed3cd4f into OpenLake:main Dec 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve durationToString function
2 participants