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

Remove tzinfo check in datetime conversion #80

Closed jhonabreul closed 6 months ago

jhonabreul commented 6 months ago

Remove tzinfo check in datetimeconversion since it does not give us any information about the time zone in .Net, given that time zone and the date time itself are detached in .Net.

Related https://github.com/QuantConnect/Lean/issues/7760