Closed jan-guenter closed 2 years ago
For my use case I would highly prefer to have the timezone offset preserved in the resulting datetime objects when properties are parsed.
This change could break code that does not handle the timezone offset of the datetime data type.
Since there are no unit test, I only tested the code in my specific use case.
I'm a python noob, so please elaborate on potential mistakes I made.
I need this feature as well
Description
For my use case I would highly prefer to have the timezone offset preserved in the resulting datetime objects when properties are parsed.
Type of change
This change could break code that does not handle the timezone offset of the datetime data type.
How Has This Been Tested?
Since there are no unit test, I only tested the code in my specific use case.
Checklist:
Disclaimer
I'm a python noob, so please elaborate on potential mistakes I made.