-
Notifications
You must be signed in to change notification settings - Fork 196
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
Incorrect Results for Parssing Data Time #196
Comments
Looks like the issue is from underlying pendulum parser.
When pendulum parser is failing, I have tried with other underlying tools, dateparser and python-dateutils.
So the issue is happening at fallback parser python-dateutil. Library versions
Added upstream issue at |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I am a high school student just starting to learn about testing techniques. I found a bug in the latest version (0.6.1) of maya while doing some fuzzing using the fuzzing tool Atheris. The reproducing process is shown below:
result
datetime.datetime(2022, 5, 15, 0, 0, tzinfo=<UTC>)
my Environment
I am not very sure about the bug so I would very much appreciate any kind of feedback regarding it.
Thanks.
The text was updated successfully, but these errors were encountered: