We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On Mac, the string "17-01-2017" passes as an ISO date, while on Linux it does not. This is likely from a difference in timegm.
timegm
Linux marks this as a not valid date by coincidence, since the iso parser in ecl does not require at least exactly four digits for the string:
https://github.com/equinor/ecl/blob/c69f900fcb53b6e99012f661e56198999e65fb62/lib/util/util.cpp#L2656
The text was updated successfully, but these errors were encountered:
berland
Successfully merging a pull request may close this issue.
On Mac, the string "17-01-2017" passes as an ISO date, while on Linux it does not. This is likely from a difference in
timegm
.Linux marks this as a not valid date by coincidence, since the iso parser in ecl does not require
at leastexactly four digits for the string:https://github.com/equinor/ecl/blob/c69f900fcb53b6e99012f661e56198999e65fb62/lib/util/util.cpp#L2656
The text was updated successfully, but these errors were encountered: