Pega Server Time Zone
Can someone help me what is the Pega server Time Zone. Actually we are seeing a 3 hours delay from DB sever time zone and pega server time zone.
***Edited by Moderator Marije to add Capability tags***
Can someone help me what is the Pega server Time Zone. Actually we are seeing a 3 hours delay from DB sever time zone and pega server time zone.
@DivyaS15 the Pega Server time zone is the setting as defined on the server itself as well as the Timezone in operator Id. Dates are stored as GMT in the database server.
You can find discussions about it here, here , here, here.
The official Pega documentation can be found in 'Troubleshooting DateTime issues'
Hi @MarijeSchillern We have checked the server time zone it is in UTC which is similar to Database server and Pega Operator server timezone but still we see a 2-3 hours delay between Database and pega values.
Server Time Zone
Database Time Zone:
Any suggestions / advice is highly accepted. Thanks in advance!
@DivyaS15 UTC is not a time zone, but a time standard that is the basis for civil time and time zones worldwide. This means that no country or territory officially uses UTC as a local time.
Are you able further configure your 'Now' property by using FormatDateTime? eg passing GMT as timezone parameter? This is suggested in the following post as a solution.
Use the FormatDateTime function to get the appropriate date by passing the required timezone as a parameter.
E.g. @(Pega-RULES:DateTime).FormatDateTime(@(Pega-RULES:DateTime).getCurrentTimeStamp,"MM/dd/yyyy hh:mm:ss a", "GMT", "en_US")
This is suggested in the support article "How to get timestamp value in EST"
I will let other UI SME comment on your issue.
Hi @MarijeSchillern Thanks for your response! Yes, We get the properties in GMT timezone only also above mentioned points are already been applied.
Discussion
Question
Question
Question
Question
Question
Question
Question
Question
Question
Pega Collaboration Center has detected you are using a browser which may prevent you from experiencing the site as intended. To improve your experience, please update your browser.