Simple conflict-resolution strategy for concurrent edits: the latest-timestamped write wins and earlier changes are not applied even if they synchronize later. Used by Logux as its automatic merge strategy. The logux-rails gem provides a helper that tracks per-field update times via a dedicated JSON column to implement this for Rails models.