microsoft / microsoft/typespec
[python] Investigate replacing isodate for DPG
Open
emitter:client:python
- Dominant language
- Java
- Stars
- 5.9k
- Forks
- 394
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 104
Description
transferred from https://github.com/Azure/autorest.python/issues/1868
Most of the rational can be found here: https://github.com/Azure/msrest-for-python/issues/33
DPG is giving us an opportunity to do it. The most important problem is duration that uses months, as it can't be modeled in timedelta. What can we do about it?
The official doc suggest to use python-dateutil, and relativedelta.
Contributor guide
Assessment
This issue has not been assessed yet.