QuantConnect / pythonnet

Python for .NET is a package that gives Python programmers nearly seamless integration with the .NET Common Language Runtime (CLR) and provides a powerful application scripting tool for .NET developers.
http://pythonnet.github.io
MIT License
28 stars 27 forks source link

Fix for datetime tzinfo conversion #81

Closed jhonabreul closed 6 months ago

jhonabreul commented 6 months ago

Keep tzinfo conversion for cases where pythonnet set UTC tz to a datetime during a conversion to Python in Converter.ToPython

Follow up and fix for https://github.com/QuantConnect/pythonnet/pull/80