Skip to main content
Hi Team,

 

When a user in EST is assigning an event to a user in PST. The meeting time changes 3 hours behind when the other user see his activity in the calendar. I know this is based on the user time zone. is there a way to keep the date as it is? What is the workaround in this kind of cases?

 

Thanks, 
1 answer
  1. Sep 11, 2019, 10:41 AM
    Hi Alex

     

    you probably know that the date data is saved in GMT, and than when presented it is converted to the user's timezone, so in fact the date does not change when another user views it!

     

    If you want to show a date without timezone changes (ie in GMT!), create a formula field that returns a text value, and uses tis formula:

     

    TEXT(MONTH(Date__c))+"/" +TEXT(DAY(Date__c))+"/" +TEXT(YEAR(Date__c))

     

     
0/9000