You need to sign in to do that
Don't have an account?

DateTime Value converting incorrectly into Month from Formula
I have a service inserting records and accepting EST values.
If yes, how did you resolve.
Any help is appreciated.
Thanks!
"publishedAtEt": "2019-06-13T15:00:33", "submittedAtEt": "2019-05-01T00:03:34",Then I have a formula field to figure out the month for "submitted at" value.
INTEGER SUB_MONTH = MONTH(DATEVALUE( Submitted_At__c ))But upon debugging , I am finding that the SUB_MONTH value is not 5, but 4.
USER_DEBUG |DEBUG|Sub_Month 4Has anyone ever experienced something like that?
If yes, how did you resolve.
Any help is appreciated.
Thanks!
All Answers
That was soooo dumb of me.
Thanks so much Anant.
Really appreciate the help.