Issue while converting the date and time to the user's timezone on Virtual Agent Bot Integration APIIssue In the script include "va_api_payload_transformation", customer was passing the user's inputted date and time and it was showing the incorrect date and time. They have tried passing hardcoded values for messageText ("1746041400000"), timestamp ("1746041400000") and timezone ("Asia/Kolkata") in the payload, but the date and time are still not reflecting as expected. The expected date/time output should show 04-30-2025 19:00:00, but it is showing 04-30-2025 21:00:00.ReleaseNILResolutionNeed to send below payload in order to convert date and time to the user's timezone.Sample Payload used : { "requestId": "xxxxxx-xxxxxx-xxxx-xxxx-xxxxxxxxxx", "clientSessionId": "xxxxxxxx-xxxx", "token": "xxxxx", "action" : "SET_USER_TIMEZONE", "userId": "able.tuter", "emailId": "abel.tuter@example.com", "timezone":"Asia/Kolkata" } Ref : https://www.servicenow.com/docs/bundle/yokohama-conversational-interfaces/page/administer/virtual-agent/concept/va-api-features-v2.html