hi,
This is excel template. Working for Singapore entity
Code -
Shipment arrival date and time
shippmentArrival = DateTimeUtil::newDateTime(cells.item(row,4).value().date(),cells.item(row,4).value().time());
In debugging it's showing proper date and time but after update in table it showing different time
Debugging
But in AX after updating it's showing different time. This is the only issue...
Pls let me know why it's updating time 12:30:15 PM instead of 5:30:15 PM.
How can i update 5:30:15 PM ?
Please give me more shed on this.
thanks!