kMaxEventSkew top-level constant

Duration const kMaxEventSkew

The maximum tolerated difference between a client's reported event time and the server receive time. Generous (48h) for legitimately offline-batched events while still bounding clock abuse.

Implementation

const Duration kMaxEventSkew = Duration(hours: 48);