Skip to content

Instantly share code, notes, and snippets.

@katydorjee
Created June 23, 2024 21:24
Show Gist options
  • Save katydorjee/f49631b38657f1a24ce4e2819ea75a68 to your computer and use it in GitHub Desktop.
Save katydorjee/f49631b38657f1a24ce4e2819ea75a68 to your computer and use it in GitHub Desktop.
UTC Date in AMPscript
%%[
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