Hi Harshil,
Since you are getting the timestamp in UTC timezone. You can simply retrieve the item and add the time difference to this in order to convert it into your Local Time zone. For example: if your time zone is IST, add 5 hours and 30 min to your UTC retrieved time zone and it will give you the desired result. Use a calculation stage and use: [UTC DateTime] + MakeTimeSpan(0,5,30,0) where [UTC DateTime] corresponds to the timestamp retrieved for converting to local time,
Another way to convert it is to use the Date and Time Manipulation VBO from Blue Prism where you can use the "Get Timezones" action to get a collection all available timezones and also get the respective time zone ID and then use that time zone ID as an input in another action for the same VBO which converts the UTC time to any local time based on the time zone ID supplied. You can find the asset here:
Date and Time Manipulation VBOHowever, I suggest to use the first approach as it is a lot easier to implement and as your own way you can configure it. Let us know if that helps to resolve your query.
---------------------------------------------------------------------------------------------------------------------------------------
Hope this helps you out and if so, please mark the current thread as the 'Answer', so others can refer to the same for reference in future.
Regards,
Devneet Mohanty,
SS&C Blueprism Community MVP 2024,
Automation Architect,
Wonderbotz India Pvt. Ltd.