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

Date Issue in BAS

KhaingZinTun
Participant
0 Kudos
72

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

View Entire Topic
valentincadart
Participant
0 Kudos

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.