-
Notifications
You must be signed in to change notification settings - Fork 153
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 for parse_iso_time_tz error with musl library #1644
Conversation
Hello, @fcolista! Thank you for your patch. It looks good to me, but could you also add a changelog entry in the 20.08 section, please? |
hi @timopollmeier thanks for your feedback!
|
Hi @fcolista he means you should add it to https://github.com/greenbone/gvmd/blob/master/CHANGELOG.md#2083-unreleased as it will backported to v20.8.3 and v21.4.3 |
This patch fixes the error when parsing the time in a format like: 2019-01-18T17:29:00+00:00 with musl. This behavior is described in the issue #1609
Fix for parse_iso_time_tz error with musl library (backport #1644)
Fix for parse_iso_time_tz error with musl library (backport #1644)
This patch fixes the error when parsing the time in a format like:
2019-01-18T17:29:00+00:00 with musl.
This behavior is described in the issue #1609
What:
Fixes for #1609