bloomberg / bloomberg/python-comdb2
Allow opting in to treat datetimeus as datetime rather than DatetimeUS
Open
- Dominant language
- Python
- Stars
- 29
- Forks
- 28
- Avg merge
- 11h 25m
- Merged PRs (30d)
- 2
Description
For new applications/databases it might make sense to not have to deal with this historic artifact. DatetimeUS can trip up some downstream libraries like pydantic/fastapi.
Contributor guide
Research direction
Start by locating where the Python API maps the database type `datetimeus` to `DatetimeUS`, then inspect any related tests or type-handling entry points. Done means a documented opt-in for new applications or databases that treats `datetimeus` as `datetime` without changing the existing default behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- databases
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100