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

inserting custom date field to an event object .WAD or BUG
I am inserting a date value into event object
Event e = new Event();
e.StartDate__c = c.customDate__c;
If i insert today date
in event object standard layout .I am displaying startdate .it was displaying yesterday.I am in EST time zone last two weeks we are seeing the problem in diff instances
It is was per design or bug
Event e = new Event();
e.StartDate__c = c.customDate__c;
If i insert today date
in event object standard layout .I am displaying startdate .it was displaying yesterday.I am in EST time zone last two weeks we are seeing the problem in diff instances
It is was per design or bug
It is event object details as per design it should showed user locale based.Here user and org locale are in EST.That what my cry?