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

fix data type date parsing #1240

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

fix data type date parsing #1240

wants to merge 4 commits into from

Conversation

frNNcs
Copy link

@frNNcs frNNcs commented Jun 30, 2021

No description provided.

@leranp
Copy link

leranp commented Jul 22, 2021

it fixed my problem , thanks

@mvantellingen
Copy link
Owner

I think only the import change is needed right?

@frNNcs
Copy link
Author

frNNcs commented Aug 3, 2021

I remove the line

if len(value) == 10:
    value += "T00:00:00"
elif (len(value) == 19 or len(value) == 26) and value[10] == " ":
    value = "T".join(value.split(" "))

too, that conflicted with the date parsing

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.

None yet

3 participants