Is it possible to get the current TimeBucket in Akka Persistence Cassandra?

Hi guys!

We are using Akka Persistence Cassandra 1.0.6. We are trying to track which TimeBucket is currently being scanned. The idea is to get some information about how many TimeBuckets are needed to be read in order to catch up the current system time. The current scanned TimeBucket is logged in DEBUG mode, so I was wondering if there’s a way for doing this.

Thanks!