Skip to main content
Laura Dix-Bowler 님이 #Formulas에 질문했습니다
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개
  1. 2017년 10월 11일 오후 9: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