`transforms.Time` should return `datetime.time`
Open
@c0rydoras is already working on this.
Since Nov 14, 2023.
breaking
removal
- Dominant language
- Python
- Stars
- 2
- Forks
- 1
- Avg merge
- 3m
- Merged PRs (30d)
- 1
Description
https://github.com/adfinis/libtimed/blob/df5db3c72a9a13e511b64cafc287c13f449168a6/src/libtimed/transforms.py#L156-L159
Time transform should return a datetime.time instead of a datetime.datetime(1900, 1, 1, time.hours, time.minutes, time.seconds). (see #17)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.