Automatic Timestamp truncation to Date when using Customer Asset PVO
in Maintenance
Dear Experts ,
In Order management to subscription management service mapping and algorithm. we are calling customer asset PVO function to fetch IB asset shipment date . IB asset shipment date is a timestamp but while fetching it via algorithm PVO function its getting truncated automatically. which is impacting our use case.
For e.g. IB asset shipment date is stored as a timestamp in the backend (2025-10-31T10:03:59.000+00:00 UTC) but when retrieved via the PVO function in the algorithm, it is returned as a date value (2025-10-31). This behavior is causing our use case to fail without any workaround and below is the problematic PVO .
0