-
-
Notifications
You must be signed in to change notification settings - Fork 30
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
Miscalculation of date boundary due to time zone differences #640
Comments
Thanks for the PDF. I will take a look! |
@KomalJha01 can you clarify on the following sentence:
Is that in your own code, or within Apex Rollup? Not all date literals use GMT when calculating date boundaries (see the docs on this):
Thanks! |
Got it! I will get this fixed - I've had limited time this week but hoping to be able to dedicate a few hours tomorrow |
Thanks!! @jamessimone |
…n local time since they are always based off of the running user and their time zone
I've attached a PDF that explains that boundary cases of date are not handled correctly.
In my case, I want to calculate the Amount (Ask_Amount__c is the lookup on contact) on the contact which is N_YEARS_AGO so when I'm taking the boundary values of dates then It does not give the correct amount.
Further details are explained in the pdf.
_Miscalculation of Date Boundary due to Time Zone Differences (1).pdf
The text was updated successfully, but these errors were encountered: