Skip to main content
I'm getting a difference of 2 hours in two fields on my lead:

Created Time13:46  

Created Date.Time09/10/2017 15:46

Created Time is populated by a workflow rule on lead creation: 

Formula Value:

TIMEVALUE( Created_Date_Time__c )

The field Created_Date_Time__c is a formula field Date/Time.

Formula value:

CreatedDate

Any ideas what is going on?
3 Antworten
  1. 11. Okt. 2017, 21:49
    Paris and Johannesburg have the same timezone ( GMT +02:00 )

    test formula1 : TIMEVALUE(  test_datetime__c  ) => GMT = local time - 2 hours.

    Regards
0/9000