function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
cmxintcmxint 

Date/Time field bug???

Hi, guys!

I've got a situation with custom field in custom object. This field is of Date/Time type. When I'm creating new record in that custom object I assign a date/time value to field (for example 10/13/2004 without time). Then I call create/update. When I take a look at results of insert/update I realized that the value of mentioned date/time field is 10/12/2004 2:00 PM while I specified value 10/13/2004 0:00. Is this a bug or I'm doing something wrong?

Any advices/comments/links are appreciated

ScotScot

Hi cmxint  ...

I suspect that you're running into the time zone issue. There have been some other comments that may give you want you need before someone more knowledgable than I comments here ... try searching for "time" or "time zone"....

Scot