cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Date Issue in BAS

KhaingZinTun
Participant
0 Likes
228

In BAS, I called API_INBOUND_DELIVERY_SRV Odata services and show data in table.

When I test in SOAP UI, DeliveryDate field value is shown correctly as <d:DeliveryDate>2025-05-09T00:00:00</d:DeliveryDate>. But in BAS, it shows as Thu May 08 2025 06:30:00 GMT+0630 (Myanmar Time).

How to get DeliveryDate value as SOAP UI in BAS?

Best Regards,

Khaing Zin

Accepted Solutions (0)

Answers (1)

Answers (1)

valentincadart
Active Participant
0 Likes

Hi @KhaingZinTun,

This issue is likely due to timezone conversion. In BAS, JavaScript converts the UTC date to your local time. Please, check this SAPUI5 doc on date formatting with UTC.