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
When running the unit tests, I'm getting a failure for: di_BingingParamTest.givenStringsWhenGetParameterThenGetValues(), line 302...
System.assertEquals( testDateTime.dateGmt(), response.dateTimeValue ); // hours will be zero'ed out
I'm in NZ Summer Time time zone. The expected value: 2018-08-07, actual value: 2018-08-08 Running this at 8:00 am in NZ
The text was updated successfully, but these errors were encountered:
@pjspenceley I have produced a PR to fix this and copied in @ImJohnMDaniel to review.
Sorry, something went wrong.
@pjspenceley , The PR that @afawcett was referring to has been merged. Can you take the update please and let us know if we can close this issue?
I had the same issue
ImJohnMDaniel
No branches or pull requests
When running the unit tests, I'm getting a failure for: di_BingingParamTest.givenStringsWhenGetParameterThenGetValues(), line 302...
System.assertEquals( testDateTime.dateGmt(), response.dateTimeValue ); // hours will be zero'ed out
I'm in NZ Summer Time time zone. The expected value: 2018-08-07, actual value: 2018-08-08
Running this at 8:00 am in NZ
The text was updated successfully, but these errors were encountered: