Fetch hour from EST time

How to fetch just the hour from EST?

This doesnt seem to work.

hour(dateStringToBigDecimal(@FormatDateTime(@getCurrentTimeStamp(), “”, “EST”, “”)
,“DateTime”,tools))

@GayathriG1080 can you try @FormatDateTime(@getCurrentTimeStamp(), “HH”, “EST”, “”)

@setha1 Thanks That worked.