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
cmarkiewiczcmarkiewicz 

truncated seconds on getUpdated and getDeleted

I noticed that this topic has been addressed already in the forums, however I have some additional questions.

First, why are seconds truncated? It doesn't make sense to me that the system truncates seconds on this API call, but not globally (on all timestamps).

Second, it causes unnecessary processing in two-way replication. For example: I create 30 new Accounts in the first 50 seconds of a minute, then I grab a timestamp as the "end of sync" time. When I do my next sync, getUpdated will return those 30 Accounts because they were updated during the final minute of the previous sync.

thanks for your time
chris