You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The reason is tricky. In Apex, Date instanceof Datetime returns true. So when converting to Datetime from Date, the original code directly coerces the Date to Datetime, which caused the previous issue.
Hi,
Tests fail when User have different timezone to GMT.
Log:
This is in my opinion false positive and Rtest.cls:393 should be:
There should probably be method R.toDatetimeGmt(); to avoid confusion on timezone R uses internally.
What do you think?
The text was updated successfully, but these errors were encountered: