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

feat(date): add builtin function time to the date package to convert any timeable into datetime (#4749) #4843

Closed
wants to merge 1 commit into from

Conversation

Rahul-Vasan
Copy link
Contributor

@Rahul-Vasan Rahul-Vasan commented Jun 7, 2022

This feature addition now addresses the need for a function as part of the date package to be able to convert any Timeable into a time.

fixes: #4749

Done checklist

  • docs/SPEC.md updated
  • Test cases written

…any timeable into datetime (#4749)

This feature addition now addresses the need for a function as part of the date package to be able to convert any Timeable into a time.

fixes: #4749
@Rahul-Vasan Rahul-Vasan requested review from a team as code owners June 7, 2022 19:45
@Rahul-Vasan Rahul-Vasan requested review from nathanielc, lwandzura and skartikey and removed request for a team June 7, 2022 19:45
@Rahul-Vasan Rahul-Vasan closed this Jun 7, 2022
@lwandzura lwandzura removed their request for review June 7, 2022 19:59
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.

Add a function to create a datetime from a Timeable
1 participant