function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Niraj GananiNiraj Ganani 

Campaign object start time as well as end time of event showed 1 hour lag time due to day light saving

We have a campaign object having start time and end time fields (datatype = datetime). if the start time is 9:00 and end time is 11:00 it displayed as 8:00 and 11:00. Even when we use this in SOQL it returns 8:00 and 11:00 instead of 9:00 and 11:00. Please assist why there is 1hr gap and how to resolve this.