Hi All, i have one situation where bot has to add timestamp to the summary report and summary report is being generated by taking data from queue but bot is running in server which has EST time, how to get that time in est time in summary report, i am using below code to get all the values from queue - {item.reference,item.Output(“Year Quarter”).ToString,item.Output(“State”),item.Output(“Program Name”),item.Output(“Invoice Files Path”),item.Output(“Invoice Comments”).ToString,item.LastProcessingOn} and the output i am getting is

Now will give you system time.
You can store it anywhere like in Transaction Output.
