Question
Can i change the Application time in pega
Hi my application runs in SG time. But when i use getDateTime function to print someting or export to a file it is giving back as GMT time but my operator profile is set default to SG time only so when i retrive something to view on pega screen it is shieing in Sg time (GMT +8) means it is converting GMT to SG as operator profile have SG time as default, but while print or export to file it is not doing that conversion. I want all the time my syster should fallow SG time only, will this be possible in pega ? If so then I don’t want to set operator default time as SG as already my system is on SG time. Please help me if it is possible or not.
***Edited by Moderator: Pallavi to update platform capability tags***
Pega stores the time in GMT format at back-end. In the front-end it converts the date time based on user locale etc.
What operation you are trying to perform where you want locale time?