...
[10:56:46 CST(-0600)] <athena> nice!
[10:58:01 CST(-0600)] <EricDalquist> and the great thing is if aggregationDelay was something like Period.days(1);
[10:58:15 CST(-0600)] <EricDalquist> doing the minus automatically handles DST and all the other stuff
[10:58:20 CST(-0600)] <athena> nice
[10:58:21 CST(-0600)] <athena> yeah
[10:58:34 CST(-0600)] <EricDalquist> since the Period is tracked as "1 day" with no concept of an actual duration in millis
[10:58:46 CST(-0600)] <athena> that's awesome
[10:58:55 CST(-0600)] <EricDalquist> until it is applied to an object that has some concept of the millis timeline