Created
June 23, 2024 21:24
-
-
Save katydorjee/f49631b38657f1a24ce4e2819ea75a68 to your computer and use it in GitHub Desktop.
UTC Date in AMPscript
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%%[ | |
var @systemDate, @utcDate | |
set @systemDate = Now() | |
set @utcDate = DateParse(@systemDate,1) | |
]%% | |
UTC Date: %%=v(@utcDate)=%% |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment