Hello,
I'm trying to map out usage by time of day:
Morning (6am-8am)
Day Off Peak (8am-6pm)
Prime Time (6pm-11pm)
Night Off Peak (11pm-6am)
I'd like to be able to count events in these time slots across multiple days (for example a count of events in the last week that occurred during the Morning time slot).
Looking at the earliest and latest command, I don't see a way to snap that on a moving basis. Something like earliest=@d+6h latest=@d+8h for last seven days. Is there another way?
Thanks in advance!
... View more