Hello Experts,
I have a display method under table CustInvoiceJour.
In method I used code like below:
utcDateTime Timestamp;
str Timestamp1;
Timestamp=this.createdDateTime;
Timestamp1=datetime2str(Timestamp);
and finally added Timestamp1 to QR code.When I check entry in under Inquiry form like below Date and Time is correct.

But in QR code information Date is correct but Time is not correct.

Thanks,
Faiz