Hi,
Currently i have met with one problem for displaying date time in batch program. what is the correct way to get current system date and time? Because there is lot of functions are there to display the date and time. And My batch Program is displaying previous date not today date…It affects all the records… The below code i have used
_SCOBIntfTxnStatus.IntfDateIns= DateTimeUtil::date(DateTimeUtil::applyTimeZoneOffset(DateTimeUtil::getSystemDateTime(),
DateTimeUtil::getUserPreferredTimeZone()));
now i got panic … Is there any idea to solve…Plz help me…
Thanks in advance…