20220426T064408.451 GMT to AEST time zone

I have requirement where I need to convert GMT time stamp into AEST time stamp

20220426T064408.451 GMT to AEST time zone like HH:MM AM/PM format

Tried this function but not sure if the result is correct. Can some one please do advise

@Sam27 Can you try this:

  • @FormatDateTime(@getCurrentTimeStamp(), “MM-dd-yyyy”, “AEST”, “”)

@Sam27 @DateTime.FormatDateTime(param.GMT,“hh:mm:aa”,“Australia/Sydney”,“en_AU”)