Conversion from python `datetime.datetime` to julia `DateTime` is lossy
Open
- Dominant language
- Julia
- Stars
- 1.5k
- Forks
- 186
- PR merge metrics
- No merged PRs in 30d
Description
Python's `datetime.datetime` type contains timezone info in the `tzinfo` attribute that gets lost when converting to julia's `DateTime`. It might be better to use `ZonedDateTime` if `tzinfo` is populated.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.