Remove tzinfo check in datetime conversion by jhonabreul · Pull Request #80 · QuantConnect/pythonnet

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@jhonabreul

Copy link

Collaborator

@jhonabreul jhonabreul commented

Feb 28, 2024

edited

Loading

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 jhonabreul changed the title datetime conversion when tzinfo is used fix Remove tzinfo check in datetime conversion

Feb 28, 2024
Copy link

Member

@Martin-Molinero 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 jhonabreul merged commit c36b843 into QuantConnect:master

Mar 4, 2024

@jhonabreul jhonabreul deleted the bug-7760-datetime-with-tzinfo-conversion branch

March 4, 2024 15:05

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@Martin-Molinero Martin-Molinero Martin-Molinero approved these changes

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@jhonabreul @Martin-Molinero