Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Technically speaking, if you have an element with timestamp t and windows of size duration (both in milliseconds) the start of the window that this element is in is given by t - (t % mod duration). The same applies to sliding time windows on timestamp time. 

...