Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Variable: fix timezone when parsing time variable #5617

Merged
merged 2 commits into from
Oct 1, 2021

Conversation

ajdapretnar
Copy link
Contributor

@ajdapretnar ajdapretnar commented Oct 1, 2021

Issue

Sometimes, datetime variables would come in the following format
YYYY-mm-ddTHH:MM:SS+zz:zz
which is not accepted by the parse() method.

Description of changes

Fix datetime to the correct format before parsing.

Includes
  • Code changes
  • Tests
  • Documentation

@PrimozGodec PrimozGodec merged commit b9ce54b into biolab:master Oct 1, 2021
markotoplak pushed a commit to markotoplak/orange3 that referenced this pull request Oct 27, 2021
Variable: fix timezone when parsing time variable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants