Remove tzinfo check in datetime conversion by jhonabreul · Pull Request #80 · QuantConnect/pythonnet
Navigation Menu
{{ message }}
QuantConnect / pythonnet Public
forked from pythonnet/pythonnet
- Notifications You must be signed in to change notification settings
- Fork 31
Merged
jhonabreul merged 3 commits intoQuantConnect:masterfrom
Mar 4, 2024Merged
Conversation
Copy link
Collaborator
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 QuantConnect/Lean#7760
jhonabreul
requested a review
from Martin-Molinero
jhonabreul added 2 commits
February 28, 2024 10:36
jhonabreul
changed the title
datetime conversion when tzinfo is used fix
Remove tzinfo check in datetime conversion
jhonabreul
mentioned this pull request
11 tasks
Martin-Molinero approved these changes Mar 4, 2024
Copy link
Member
Martin-Molinero
left a comment
Martin-Molinero
left a comment
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you 👍
jhonabreul
merged commit
c36b843
into
QuantConnect:master
jhonabreul
deleted the
bug-7760-datetime-with-tzinfo-conversion
branch
jhonabreul
mentioned this pull request
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment