Exam MCE-Dev-201 Topic 4 Question 152 Discussion
Actual exam question for Salesforce's MCE-Dev-201 exam
Question #: 152
Topic #: 4
Question #: 152
Topic #: 4
A developerwants to transform the date and time 'Data_Enrolled' from Daylight Savings time. How would the developer change the time to fall back one hour?
Suggested Answer: B Vote an answer
To transform the date and time 'Data_Enrolled' from Daylight Savings time and fall back one hour, the developer should use the following AMPscript function:
%%=DateAdd(Data_Enrolled, -1, 'H')=%%
This function subtracts one hour from the 'Data_Enrolled' date and time.
References:
Salesforce Marketing Cloud AMPscript Date Functions
Salesforce Marketing Cloud Documentation
%%=DateAdd(Data_Enrolled, -1, 'H')=%%
This function subtracts one hour from the 'Data_Enrolled' date and time.
References:
Salesforce Marketing Cloud AMPscript Date Functions
Salesforce Marketing Cloud Documentation
by Ivan at Sep 17, 2026, 04:36 AM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).