[10:30:14 CST(-0600)] <EricDalquist> so joda-time is amazing
[10:41:09 CST(-0600)] <EricDalquist> Arvids: did you get my notes about the transactional annotation?
[10:41:27 CST(-0600)] <EricDalquist> also I'd really like to figure out if we can get the varchar(max) stuff working on sqlserver
[10:41:33 CST(-0600)] <EricDalquist> though I'm not even sure where tos tart there
[10:42:38 CST(-0600)] <EricDalquist> so joda-time is amazing athena
[10:54:30 CST(-0600)] <EricDalquist> DateTime.now().minus(this.aggregationDelay).secondOfMinute().roundFloorCopy()
[10:54:49 CST(-0600)] <EricDalquist> aggregationDelay is: aggregationDelay = Period.seconds(30)
[10:55:54 CST(-0600)] <athena> oooh.
[10:55:54 CST(-0600)] <athena> wow
[10:56:05 CST(-0600)] <athena> yeah, i really need to get that into the calendar portlet
[10:56:10 CST(-0600)] <EricDalquist> .secondOfMinute().roundFloorCopy() truncates the returned values to the minute
[10:56:12 CST(-0600)] <athena> bet it would fix some of that awful logic
[10:56:16 CST(-0600)] <EricDalquist> so seconds and millis are set to 0
[10:56:18 CST(-0600)] <athena> nice!
[10:56:22 CST(-0600)] <athena> no more manual crap1
[10:56:25 CST(-0600)] <EricDalquist> yeah
[10:56:35 CST(-0600)] <EricDalquist> this simplified SO MUCH of the stats code
[10:56:46 CST(-0600)] <athena> nice!