How to get Latest datetime stamp for EST hours in email subject line ?
I am using append line activity for updating my custom log file and in that hh:mm:yyyy is not updating for each line time
e.g my log file looks like
15/10/2022 19:46:55- enter name in sheet
15/10/2022 19:46:55- update the name in application
15/10/2022 19:46:55- update the Job name in application
15/10/2022 19:46:55- update the Status in application
Logic i used in my variable
Logtime = System.DateTime.Now.ToString(dd/mm/yyyy hh:mm:yyyy" ,System.Globalization.cultureinfo.invariantculture)