Closed
Description
lots of third party code rely on datetime.datetime type object. (like pymongo, etc)
It's better that arrow provides a way to make Arrow object a transparent replacement for the datetime object.
2 ways in my mind:
- make class Arrow a subclass of datetime, so that it could be used where datetime instance required
- export interface to converting an Arrow instance to a datetime instance
First way is prefered, however if it is not feasible, it's better to provide the 2nd option.
Metadata
Metadata
Assignees
Labels
No labels