recently our application got upgraded from 7.2 to 8.5v. before migration data back up was taken and also sql also upgraded to 19c version and loaded with data.
So when we are opening the Same inflight cases in PEGA7 and PEGA 8, there is a Difference in dates for the existing data in the inflight cases. but new actions are capturing with same dates data in both the environment. So no issue with new cases. when Dates on UI Compared with DB data, there is a difference of 10+ hours.
I’ve also checked DB columns and data , both are having the same data. also checked locale and time zone of operator, that is also same in both environment.
Still we are seeing a discrepancy in dates for inflight cases in PEGA 8 UI.
What is the timezone set in both pega 7 and pega 8 database servers? Can you please run belwo query and confirm whether there is no difference in timezone set for both database servers?
It seems to me that pega 7 databse server has timezone set as AEST which is utc +10. However, in your pega 8 instance the timezone is probably set as AEDT (for daylight saving) i.e utc+11 which might be why you see a difference of one hour. Please work with your database server administrator to verify whether daylight saving is causing this difference for inflight work objects. Thanks.
how the time zone of DB affect the values showing on PEGA UI ?
also i have checked the values of pxcreatedatetime column in both PEGA 7 and 8 DB, both are having the same date time values. only on PEGA UI values are different for pxcreatedatetime.
also i have checked controls and Properties details in section, all settings are same in both PEGA 7 and 8. even then value showing differently in PEGA 8.