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
Seems that the ambiguous date-time handling (TimestampWithTimeZone.normalize) hasn't been working since the beginning.
TimestampWithTimeZone.normalize
This code became "broken" (ie. calling non-existent method) in 2b9ca0c#diff-cf9b945b8cb541d38680c39caa2de6568793a6d53644d6f2659de6a77ff96127R1040
I checked both before and after that commit/PR and the code isn't called by any tests.
See #446 (comment)_ for additional context.
The text was updated successfully, but these errors were encountered:
hovaesco
No branches or pull requests
Seems that the ambiguous date-time handling (
TimestampWithTimeZone.normalize
) hasn't been working since the beginning.This code became "broken" (ie. calling non-existent method) in 2b9ca0c#diff-cf9b945b8cb541d38680c39caa2de6568793a6d53644d6f2659de6a77ff96127R1040
I checked both before and after that commit/PR and the code isn't called by any tests.
See #446 (comment)_ for additional context.
The text was updated successfully, but these errors were encountered: